#container {
	width: 720px;
}
.tabs_control{
border:0px solid blue;/* 4.8.2011(Change part)*/
position:absolute;margin-top:221px;
z-index:110;
background-image:url(../images/tab_bg.png);width:549px;height:22px;
background-repeat:no-repeat;overflow:hidden;border:0px solid green;}
#slider { 
	position:relative;
	overflow:hidden;
	width:724px;
	height:245px;
}
.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;

}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
/* 4.8.2011(Change part)*/
.nivo-controlNav { 
position:absolute; 
right:1px; bottom:2px;z-index:99; 
overflow:hidden; width:165px; 
height:22px;padding-left:10px;border:0px solid green;
width:164px;
background-repeat:no-repeat;}
.nivo-controlNav li { border:1px solid red;margin-top:5px;}
.nivo-controlNav a {
	z-index:99;
	float:left;
	position:relative;
	color:#ffffff;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	margin-right:5px;
	font-size:12px;
	cursor:pointer;
	display:block;
	background-image:url(../images/bullets.png);
	width:17px;height:17px;
	background-repeat:no-repeat;
	margin-top:2px;
	padding-top:1px;
}
.nivo-controlNav a.active {
	color:#2e2e2e;
	background-image:url(../images/bullets_active.png);
	width:17px;height:17px;
	background-repeat:no-repeat;
	margin-top:2px;
	cursor:pointer;
	display:block;
	padding-top:1px;
}


