/* base.css */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
   font-style: inherit; font-size: 100%; font-family: inherit;
   vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: disc; padding-left:20px; }
ol { list-style: decimal; padding-left:20px; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html, body { width:100%; height:100%; }
body { font-size:12px; background-color:#fff; text-align:left; }
img, div { behavior:url(assets/css/iepngfix.htc); }
img { border:none; display:block; }
a { cursor:pointer; }
body, p, div, tr, td, span, a, pre
 { font-family: 'Open Sans', sans-serif; line-height:1.6em; color:#6f6f6f;
   text-decoration:none; }
small { font-size: 86%; }
a { color:#0000CC; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
 { color:#000; font-weight:bold; }
h1, h1 a { font-size:24px }
h2, h2 a { font-size:20px }
h3, h3 a { font-size:16px }
fieldset { border: 1px solid black; padding:10px; }
.align-left, .al { text-align:left; }
.align-right, .ar { text-align:right; }
.align-justify, .aj { text-align:justify; }
.align-center, .ac { text-align:center; }
*/
.float-left, .fl { float:left; }
.float-right, .fr { float:right; }
.float-clear, .fc, .cl { clear:both; height:0px, display:block; }
.hidden, .h { display:none; }

/* default.css */

.carttable { width:100%; border: 1px solid #ccc }
.carttable tr.head td { font-weight: bold; }
.carttable tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; }
.carttable tr.odd td { border-right: 1px solid #eaeaea; }
.carttable tr td.col-delete { width: 16px; text-align: center; }
.carttable tr td.col-image { width: 32px; text-align: center; }
.carttable tr td.col-name { }
.carttable tr td.col-productcode { width: 100px; }
.carttable tr td.col-price { width: 60px; text-align: right; }
.carttable tr td.col-qty { width: 60px; text-align: center; }
.carttable tr td.col-qty a img, .carttable tr td.col-qty img { display:inline; }
.carttable tr td.col-linetotal { width: 60px; border-right: none; text-align: right; }
.carttable tr td{ border-top: 1px solid #f4f4f4; }
.carttable tr.head td { border-top: none; }

.carttabletotals { width:300px; border: 1px solid #ccc }
.carttabletotals tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; background-color: #eaeaea; text-align:right; }
.carttabletotals tr td.title { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; background-color: #ddd; font-weight: bold; text-align:left; }

.checkouttable { width:500px; border: 1px solid #ccc }
.checkouttable tr td { padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; background-color: #eaeaea; text-align:right; }
.checkouttable tr td.title { width:150px; padding: 5px; vertical-align: middle; border-right: 1px solid #f4f4f4; background-color: #ddd; font-weight: bold; text-align:left; }

.carttable-print tr.head,
.carttable-print tr.odd,
.carttable-print tr.even,
.carttabletotals tr td,
.checkouttable tr td,
.carttabletotals tr td.title,
.checkouttable tr td.title
	{ background-color: #fff; }

#pagination a{color:#006400;}

			

.tab{ display:none; background:url("../img-other/txt.gif") repeat-x;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.tab-active{ display:block; }
.tabs .header ul li a{ display: block; padding: 5px 10px; background-color: white; color: #0066CC; font-weight: bold; background:url("../img-other/txt.gif") repeat-x;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;  border-top-right-radius: 5px; }
.tabs .header ul li.active { border: 1px solid #0066CC; border-bottom:none; }
.tabs .header ul li.active a { background: none; background-color: #0066CC; color: white; font-weight: bold;}
.tabs .header { }
.tabs .header ul li { display: block; float:left; margin:5px; padding: 1px; padding-bottom: 0px; border: 1px solid #999; border-bottom:none; margin-bottom: 0px;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;  border-top-right-radius: 5px; }
.tab { border:1px solid #0066CC; clear:both; padding: 10px; }
/* template.css */

	/* El-Atrash CSS */
	
	/* Swatch Colors */
	.white { color:#fff!important; }
	.green { color:#144003!important; }
	.grey { color:#666666!important; }
	.blue { color:#3267b0!important; }
	.darkblue { color:#0f2557!important; }
	.black { color:#000!important; }
	
	.bluebg { background-color:#0f2557!important; }
	.whitebg { background-color:#fff!important; }
	.greenbg { background-color:#144003!important; }
	.lightgreybg { background-color:#f2f2f2!important; }
	
	body { background-color:#f2f2f2;font-family:Arial; }
	.container { width:975px;margin:0 auto; }
	
	/* Default Styling */
	.greenleftbord { border-left:1px solid #406433; }
	.greenrightbord { border-right:1px solid #406433; }
	.greybord { border:1px solid #989898; }
	.lightgreybord { border:1px solid #d9d9d9; }
	.lightgreenbord { border:1px solid #a5b1a0; }
	.judson { font-family:'Judson',serif;font-weight:700; }
	.droid { font-family:'Droid Serif',serif;}
	.italic { font-style:italic!important; }
	a { text-decoration:none;color:#666666; }
	a:hover { text-decoration:none;color:#666666;opacity:0.5; }
	p { margin:0px; }
	ul { margin:0px; }
	ul li,li { list-style-type:none; }
	.inline { display:inline!important; }
	.nobord { border:0px; }
	.center { text-align:center!important; }
	.lightgreenhr { color:#e0e4df;background-color:#e0e4df;height:1px;width:100%; }
	
	/* Header & Footer*/
	#header-top { /*background:url(../img-design/header/headerbg.jpg) repeat-x #1a4d07;*/background-color:#0f2557;margin-top: 10px; }
	#header-top-col1 li a { font-size: 12px;padding-right: 10px; }
	#header-top-col1 li:last-of-type { width: 107px; }
	#header-lower { background:url(../img-design/header/headerstripebg.png) repeat-x #f2f2f2; }
	#header-lower-inner { padding: 25px 0px 10px 0px; }
	#header-lower-col1 { width:295px; }
	#header-lower-col2 { width:370px; }
	#header-lower-col2 p { font-size: 55px;line-height: 65px; }
	#header-lower-col2 p { text-shadow: 4px 3px 8px #708169; }
	#header-lower-col3 { width:225px; }
	#header-locations-con { font-size: 12px;font-weight: 600;line-height: 13px; }
	.header-location-col2 { position: relative;top: 5px;width: 174px; }
	#englang { padding-right: 7px; }
	#header-lang-con { background:url(../img-design/header/headerlangbg2.png) no-repeat center center #1b5206;background-color:#0f2557;width:77px;height:30px;position: relative;top: 10px;right: 25px; }
	.header-lang-flags { position:relative;top:4px;left:12px; }
	#footer-con { margin-bottom: 10px; }
	#footer-col1 a { font-size: 12px; }
	.langshadow img { -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 251, 247, 0.75);-moz-box-shadow:0px 0px 16px 0px rgba(255, 251, 247, 0.75);box-shadow:0px 0px 16px 0px rgba(255, 251, 247, 0.75); }
	
	/* Anything Slider */
	#slider-con { width:960px;height:274px;opacity:0; }
	
	/* Home */
	#home-con { padding: 10px 15px 10px 15px; }
	.homediv-titles { font-size: 21px;padding-bottom: 9px; }
	.home-p-text  { font-size: 12px;line-height: 16px; }
	.homeinner-divs { padding:8px 9px 3px 9px; }
	.block-links { font-size: 11px; }
	#homeupper-col1 { width:698px;padding-bottom: 28px;margin-bottom: 10px; }
	#block1-col1 { width:451px; }
	#block1-text { padding-bottom: 10px; }
	#homeupper-col2 { width:218px;margin-bottom: 10px; }
	#block2-col1 { width:72px; }
	#homelower-col1 { width:458px; }
	#homelower-col2 { width:218px;margin-left: 20px; }
	#block4-text { width:190px;padding-bottom:10px;font-weight: 600; }
	#block4-map { margin-bottom: 23px; }
	#homelower-col3 { width:218px;}
	#block5-text { width:198px;padding-bottom: 15px; }
	#block5-thumb { margin-bottom: 10px; }
	.home-news-con { margin-bottom: 10px; }
	.home-news-title { padding: 5px; }
	.home-news-date { padding:0px 5px 0px 5px; }
	.home-news-text { padding:0px 5px 0px 5px; }
	
	
	/* News */
	#news-con { padding: 10px 15px 10px 15px; }
	.fullpanel-news-con { padding:5px;margin-bottom: 10px; }
	.fullpanel-news-con a { color:#3267b0!important;font-size: 17px; }
	.fullpanel-news-date { padding-bottom: 7px; }
	.fullpanel-news-text { margin-left: 250px; padding: 10px;}
	.youtube-thumb { width:250px;height:200px; }
	#news-content-con { margin-top: 10px; }
	#pagination { font-size: 12px; }
	.active-pagination { font-size:14px;font-weight:600; }
	
	/* About Us  - Services - Links*/
	#twopanel-intro-con { margin-top: 10px; }
	#about-content-con,#services-content-con,#links-content-con,#casestudies-content-con,#aboutlibya-con,#contactus-con,#faqs-con { margin-top:10px; }
	#about-content-con #sidepanel-con { max-width: 240px!important; }
	#sidepanel-con { background: url(../img-design/sidepanelbg.png) no-repeat top left #fcfcfc;font-size: 18px;min-width: 180px;max-width:200px; }
	#sidemenu-ul li { padding-bottom: 13px; }
	#sidepanel-inner { padding:13px 10px 20px 13px; }
	#mainpanel-con { width:726px; }
	#mainpanel-inner { padding:13px 10px 20px 10px; }
	#mainpanel-title { font-size:18px; }
	#mainpanel-descr { font-size:12px; }
	#mainpanel-descr ul { margin-left:20px!important; }
	#mainpanel-descr ul li { list-style-type:square!important; }
	.image-caption { font-size: 12px; }
	
	/* Case Studies */
	#mainpanel-con2 { width:772px; }
	#mainpanel-col1 {width:370px;}
	#mainpanel-col2 { width:374px; }
	#mainpanel-col1-inner { padding:5px; }
	#mainpanel-col2 img { border:1px solid #144003;margin-right:4px; }
	#galleriffic-con a:hover { opacity:1; }
	
	/* About Libya */
	#aboutlibya-content-con { padding:10px; }
	#aboutlibya-content-con img { padding:10px; }
	#aboutlibya-title { font-size: 21px;padding-bottom: 9px; }
	#aboutlibya-descr { font-size: 13px; }
	
	/* Contact Us */
	#contactus-content-con { margin-top:10px; }
	#contactus-content-inner { padding:10px; }
	.contactus-col { width:290px;margin-right:15px; }
	.contactus-cols-inner { padding:16px 31px 31px 16px } /* Width231px*/
	.contactus-item-title { padding-bottom:10px; }
	.contactus-item-descr { height:250px; }
	.contactus-item-descr a { display:inline; }
	.contactus-span { margin: 0px;padding-bottom: 20px; }  
	
	/* Faqs */
	#faqs-inner-con { padding:10px; }
	#faqs-title { padding-left: 10px; }
	.fullpanel-question-con { padding-bottom:15px; }

/* jquery.fancybox.css */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img-other/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img-other/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img-other/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img-other/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img-other/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img-other/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* anythingslider.css */

/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width: 960px;
	height: 272px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	/*padding: 0 45px 28px 45px;*/
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	border-top: 1px solid #184308;
	border-bottom: 1px solid #184308;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777 url(../images/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #fff;
	border-radius: 0px;
	height: 14px;
	width: 4px;
	text-indent:-4000px;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #0f2557;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right: 0; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { position: absolute;right: 7px;bottom: 6px; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	direction:ltr!important;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

/* galleriffic-1.css */

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display:none;
	float: right;
	width: 363px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 254px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 363px;
	height: 254px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 363px;
	height: 254px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 254px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: inline;
	border: none;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}

