/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:550px;
/* 	height:750px; */
	overflow:hidden; 
}	
.slider, .slider2 {
	width:550px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}
.graphic, .prevBtn, .nextBtn{
	 margin:0;
	 padding:0;
	 display:block;
	 overflow:hidden;
	 text-indent:-8000px;
 }
 
 .prevBtn, .nextBtn { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:500;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	cursor:pointer;
}	
.nextBtn{ 
	left:696px;
}														
.nextBtn { 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
#wrapper .prevBtn{ 
	left:-35px;
}	
		
/* numeric controls */	
ol {
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

			
.graphic, .prevBtn, .nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
			

#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#333; border:4px solid #444; }
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat top right; width:100%; height:100%; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}


 /* Tabs */
div.tabs {
	height:30px;
	width:696px;
	margin-bottom: -6px;
}
.tabs a div.tabbox {
	float:left;
	width:230px;
	border:1px solid gray;
	background:lightblue;
	text-align:center;
}
.tabs a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.tabs a.current {
	text-decoration:underline;
}
.tabs a.current div.tabbox {
	border-bottom:none;
}
/* // Sudo Slider */

#slider15 li {
	width:350px;
}
.slide15container .prevBtn,.slide15container .nextBtn { 
	top:21px;
}	


/* The tabs in the index.html page */
div.tabs {
	height:30px;
	width:696px;
	margin-bottom: -6px;
}
.tabs a div.tabbox {
	float:left;
	width:230px;
	border:1px solid gray;
	background:lightblue;
	text-align:center;
}
.tabs a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.tabs a.current {
	text-decoration:underline;
}
.tabs a.current div.tabbox {
	border-bottom:none;
}
/* // Sudo Slider */

#wrapper{
width: 701px;
margin: 0 auto;
}
.box{
background: #fff;
width:692px;
position:relative;
}
.slide {
margin:10px;
}
.boxholder{
clear: both;
padding: 5px;
background: #8DC70B;
}
.tab{
float: left;
height: 32px;
width: 140px;
margin: 0 47px 0 0;
text-align: center;
background: #8DC70B url(../images/tab.jpg) no-repeat;
}
.lasttab {
margin:0;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
#wrapper .tab a{
font-size:15px;
color: #fff;
text-decoration: none;
}
#wrapper .tab a:hover{
color: #DFE44F;
}

#wrapper .tab a.current {
text-decoration:underline;
}


.showoff {
	width:696px;
	position:relative; /* Fixing fade in IE6 and IE7 */
}
.showoff img{border:none;}
.showoff ul, .showoff li{
	margin:0;
	padding:0;
	list-style:none;
}
.showoff li { 
	width:500px;
	overflow:hidden; 
}