
	/* slider */
	#slider{
	margin-left:7px;
	}

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:262px;
			width:649px;
			overflow:hidden;
			}	
			
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
	
	/* // slider */													

	.col strong, .full strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.col a, .full a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.full ul, .full li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.full li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}
		
.slideshowcaption{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  width: 649px;
height: 62px;
font-family:arial;
font-weight:bold;
font-size:15px;
color:#ffffff;
padding:10px;
padding-right:10px;
background-color:#000000;
text-align:left;
}

.slideshowcaption2{
height: 200px;
}

.slideshowcaption a{
text-decoration:none;
color:#ffffff;
}

.slideshowcaption a:hover{
text-decoration:underline;
color:#ffffff;
}

.slideshowcaption a:visited{
color:#ffffff;
}

.content_table_border{
border:1px solid #eeeeee;
}