/* Resets defualt browser settings	reset.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,ol,ul,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; }
a:active { outline:none; }
/*body { line-height:1; color:black; background:white; }*/
/* ol,ul { list-style:none; } */
/* table { border-spacing:0; } */
caption,th,td { text-align:left; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
/*	Page Style*/
/*body { 	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;}*/
#container-slide {	width:930px;	padding:10px;	margin:0 auto;	position:relative;	z-index:10;	border: thin dotted #069;}
/*	Slideshow style*/
#slides	{background: #FFFFD2;	background: -moz-linear-gradient(top, #FFFFD2, #fff);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFD2), to(#fff));background: -webkit-linear-gradient(#FFFFD2, #fff);}
#slides {	top:15px;	left:4px;	z-index:10;	height: 100%;	margin-bottom: 0px;}
/*	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash*/
.slides_container {	width:935px;	display:none;	height: 94%;	z-index: auto;		}
/*	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .geser {	width:920px;	height:100%;	display:block;	padding-left: 10px;	padding-top: 20px;}
.slides_container .header_slide {	width:555px;	height:200px;	float: left;	padding-left: 10px;	}		
.slides_container .geser p{	width:540px;	height:170px;	display:block;	float: left;	font-size: 14px;			}		
.slides_container .geser .image{width:320px;	height:195px;	display:block;	border: thin solid #CCC;	float: left;	padding: 5px;	margin-left: 10px;	background-color: #F8F8F8;}		
.slides_container .geser .image img{	width:320px;	height:195px;	display:block;	float: left;	}
/*	Next/prev buttons*/
#slides .next, #slides .prev {	width:24px;	height:43px;	display:block;	z-index:101;	position: relative;	float: left;	top: -130px;}
#slides .prev {	left: -20px;}
#slides .next {	left:910px;}
/*	Pagination*/
.pagination {	float: right;	margin-right: 5px;}
.pagination li {	float:left;	margin:0 1px;	list-style:none;}
.pagination li a {	display:block;	width:12px;	height:0;	padding-top:12px;	background-image:url(../images/pagination.png);background-position:0 0;	float:left;	overflow:hidden;}
.pagination li.current a {	background-position:0 -12px;}
/*	Footer*/
/*	Type and anchors*/
/*p {	font-size:1.3em;	width: 430px;	border: thin solid #039;	height: 90%;	overflow: hidden;	float: left;	}*/
/*image scroller marquee*/
/*js-disabled class - set image sizes so they all fit in the viewer*/
.js-disabled img {	width : 100px;height : 30px;	display : block;float : left;margin : 30px 0 0;	 } 
#outerContainer {	Height : 60px;width : 85%;margin : auto;padding-top: 5px; } 
#imageScroller {    Position : relative;    Height : 60px;    width : 100%; } 
#viewer {width : 100%;    height : 95%;    overflow : hidden;    margin : auto;    position : relative;  } 
#imageScroller a:active, #imageScroller a:visited {    color : #000000;  } 
#imageScroller a img {    height : 53px; padding:2px;margin-right:3px;background:white; }  
/* control*/
#controls { width : 100%;height : 47px; position : relative;top : 4px;left : 4px;z-index : 10;  } 
#controls a { width : 20px;  height : 25px;position : relative; } 
#controls a:active, #controls a:visited { color : #0d0d0d;  } 
#title {	color : yellow;	font-family : Arial, Helvetica, sans-serif;	font-size : 12px;	font-weight : normal;	text-align : center;	margin-top: -5px;margin-left:auto;margin-right:auto; } 
#rtl { background : url(images/left.gif) no-repeat;    left : -20px;  } 
#rtl:hover { Background-color : #333300; } 
#ltr { background : url(images/right.gif) no-repeat;right : -20px;  } 
#ltr:hover { Background-color : #333300;  } 
  a.wrapper { }