  
 
.dtk-carousel{
 	padding:0;
	position:relative;
 	overflow:hidden;
	height:200px;;
}
.dtk-carousel h2{
	font-size:122%;
	color:#244075;
	margin:5px 5px 5px 4px;
}
.dtk-carousel h2 a,.dtk-carousel h2 a:visited,.dtk-carousel h2 a:hover{
	color:#244075;
}
.dtk-carousel a.prev span,.dtk-carousel a.next span{
	display:none;
}
.dtk-carousel a.prev,.dtk-carousel a.next{
	position:absolute;
 	width:31px;
	height:22px;
	bottom:2px;
	*bottom:5px;
 	/*background:url(http://l.yimg.com/us.yimg.com/i/us/mov/fe/mv_fp_icons_sprite_1.0.png) 0 -126px no-repeat;*/
	overflow:hidden;
	display:inline;
	cursor:hand;
	cursor:pointer;
	z-index:1000;
}
.dtk-carousel a.next{
	right:5px;
  	background:url(../images/arrow_next_border.gif) right no-repeat;
}
.dtk-carousel a.prev{
	right:35px;
   	background:url(../images/arrow_pre_border.gif) left  no-repeat;
}

.gra{
 	padding:0;
	position:absolute;
 	background:url(../images/gra_nav.gif);
 	bottom: 0;
 	width:100%;
	height:28px;
	z-index:12;
 }

a.off{
	cursor:default!important;
}
.dtk-carousel .scrollnav{
	position:absolute;
	bottom:5px;
	*bottom:0px;
 	right:95px;
	list-style-type:none;
	z-index:50;
}
.dtk-carousel .scrollnav a{
	float:left;
	background:transparent url(../images/point_blue.gif) no-repeat;
	display:block;
	width:9px;
	height:9px;
	margin:0 1px;
	padding:0;
	z-index:999;
}
.dtk-carousel .scrollnav a.current{
	background:transparent url(../images/point_red.gif) no-repeat;
	cursor:default;
	z-index:999;
}
 .dtk-carousel div.scrollbody{
	width:650px;
	float:left;
	display:inline;
	margin:0px; 
	overflow:hidden;
}
.dtk-carousel div.scrollpages{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.dtk-list,.scrollpage{
	float:left; 
	overflow:hidden;
	display:inline;
	margin:0;
	padding:0;
	width:650px;
}
ul.dtk-list li.dtk-item{
	float:left;
	display:inline;
}

