.main_slider{
	width:620px;
	margin-left:0px;  
}

.main_slider2{
	width:250px;
	margin-left:0px;  
}

.main_slider2 img{
	border:0px;  
}

.slider_left{
	float:left;
	width:620px;
}

.slider_right{
	float:right;
	width:216px;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
 
	width: 620px;  
	height: 306px;
}

.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
 
	width: 250px;  
	height:250px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
   
	width: 620px;  
	height: 306px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
   
	width: 250px;  
	height: 250px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper .contentdiv img{
	border:0px;
	margin:0px;
}

.sliderwrapper .contentdiv a{
	border:0px;
}

.sliderwrapper2 .contentdiv img{
	border:0px;
	margin:0px;
}

.sliderwrapper2 .contentdiv a{
	border:0px;
}


.pagination{
   position: relative; /*leave as is*/
	left: 400px;  /*leave as is*/
	top: -30px;  /*leave as is*/
	width: 190px;
	text-align: right;
	padding: 0px;
	/* background: #fff; */
	margin:0px;
	z-index:1000;
}


.main_slider2 .pagination{
	display:none;
}

.pagination a.toc{
	display:block;
	float:left;
	width:14px;
	margin:2px;
	padding: 0px;
	text-decoration: none; 
	color: #1c588a;
	background: #1c588a;
	border:solid 1px #1c588a;
	font:bold 10px Arial;
	text-align:center;
}

.pagination a.prev{
	position: relative; /*leave as is*/
	left: -370px;  /*leave as is*/
	top: -130px;  /*leave as is*/

	z-index:1000;	
	
	display:block;
	float:left;
	width:22px;
	height:30px;
	margin:0px;
	padding: 0px;
	text-decoration: none; 
	color: #1c588a;
	background: url('../../../gfx/prev.gif') no-repeat;
	border:0px;
	font:bold 10px Arial;
	text-align:center;
}

.pagination a.next{
	position: relative; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: -130px;  /*leave as is*/

	z-index:1000;	
	
	display:block;
	float:right;
	width:22px;
	height:30px;
	margin:0px;
	padding: 0px;
	text-decoration: none; 
	color: #1c588a;
	background: url('../../../gfx/next.gif') no-repeat;
	border:0px;
	font:bold 10px Arial;
	text-align:center;
}

.pagination a:hover, .pagination a.selected{
	color: #fe0000;
	background-color: #fe0000;
}

.pagination a.next:hover{
 	background: url('../../../gfx/next.gif') no-repeat;
}

.pagination a.prev:hover{
 	background: url('../../../gfx/prev.gif') no-repeat;
}

.pagination .clear{
	clear:both;
	font-size:1px;
	height:0px;
	line-height:1px;
	width:50%;
}

