@charset "utf-8";
/* CSS Document */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: visible;
	text-indent: -8000px;
}
/* // image replacement */

#containerEasy
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 940px;
	background: #fff;
	padding:0;
	/*border:#e1e1e1 solid 1px;*/
	/*margin-top:3px;*/
	height:298px;

	*overflow: hidden;
	_overflow: hidden;
}
#header
{
	/* height: 80px; 	line-height: 80px; 	background: #5DC9E1; 	color: #fff;*/
}
#content
{
	position: relative;
	background-color: #fafafa;		
}

/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li
{
	margin:0;
	padding: 0;
	list-style: none;	
}
#slider2
{
	/*margin-top: 1em;*/
}
#slider li, #slider2 li
{
	/*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
	width: 940px;
	height: 298px;
	overflow: hidden;
	/*clear:none;
	max-width:none;*/
}

/*.ie8 #slider li { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)" !important; }
.lte7 #slider li { filter: alpha(opacity=0) !important; }*/

#prevBtn, #nextBtn, #slider1next, #slider1prev
{
	display: block;
	width: 30px;
	height: 40px;
	position: absolute;
	left:0px;
	/*left: 11px;*/
	/*left:0px;
	_left:0px;*/
	top: 130px;
	z-index: 1000;		
}

#nextBtn, #slider1next
{
	left: 910px;
	/*left:870px;
	_left:870px;*/
}

#prevBtn {width: 30px; height: 40px; background: url(/content/includes/gcr/images/left-navigate-inactive.png) no-repeat 0 0;}
#prevBtn:hover {width: 30px; height: 40px; background: url(/content/includes/gcr/images/left-navigate-active.png) no-repeat 0 0;}

#nextBtn {width: 30px; height: 40px; background: url(/content/includes/gcr/images/right-navigate-inactive.png) no-repeat 0 0;}
#nextBtn:hover {width: 30px; height: 40px; background: url(/content/includes/gcr/images/right-navigate-active.png) no-repeat 0 0;}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a
{
	display: block;
	position: relative;
	width: 30px;
	height: 40px;
}
#nextBtn a, #slider1next a
{
	width: 30px;
	height: 40px;
}




/* numeric controls */

ol#controls
{
	display:none;
	height: 64px; width:940px;
	padding:0 0 0 6px;	
	margin-right: auto;
	margin-left: auto;
	background: url(/content/company-info/images/year-patter-bg.png) no-repeat 0 0;
	margin-bottom:0px;
}

ol#controls li
{
	padding:0 1px 0 0;
	margin:0 auto;
	float: left;
	list-style: none;
	height: 64px;
	line-height: 28px;
	margin:0 13px;
}
ol#controls li a
{
	float: left;
	height: 64px;
	line-height: 28px; /*padding: 0 10px;*/
	color: #999999; /*margin:0 5px 0 5px;*/
	text-decoration: none;
	font-size: 15px;
	margin:0 auto;	
	padding-top: 20px;
}
ol#controls li.current a
{
	background: url(/content/company-info/images/current-year-pointer.png) no-repeat 0 0;
	width: 26px;
	height: 64px; /*margin-top:-10px;*/
	color: #333333;
	text-align: justify;
	font-weight: bold;
	font-size: 18px;
	padding-left:2px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
 	outline: none;	
}

/* // Easy Slider */
