div.grande_spot_holder {
	float: left;
	height: 381px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 555px;
	border: 2px solid #000000;
	margin: 20px 0 0 65px;
	display: inline;
}

div.grande_spot_image {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}

div.grande_spot_image a img {
	border: 0;
}

div.grande_spot_temp {
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 500px;
	width: 460px;
}

div.grande_spot_bar {
	height: 43px;
	left: 162px;
	margin: 0;
	padding: 0 16px 0 0;
	position: absolute;
	top: 228px;
	width: 282px;
}

div.grande_spot_bar_bg {
	cursor: default;
	background: transparent url(../_img/rotator/grande_spot.png);
	height: 43px;
	left: 0px;
	position: relative;
	top: 235px;	
	width: 460px;	
}

div.grande_spot_nav_h {
	cursor: pointer;
	float: right;
	height: 16px;
	margin: 14px 0 0;
	overflow: hidden;
	position: relative;
	width: 33px;
}

div.grande_spot_nav {
	background: transparent url(../_img/rotator/grande_spot.png);
	cursor: pointer;
	height: 50px;
	left: -101px;
	position: relative;
	top: -34px;
	width: 160px;
}

div.grande_spot_nav:hover {
	background: transparent url(../_img/rotator/grande_spot.png);
	cursor: pointer;
	height: 50px;
	left: -161px;
	position: relative;
	top: -34px;
	width: 200px;
}

div.grande_spot_nav_activ {
	background: url(../_img/rotator/grande_spot.png);
	cursor: pointer;
	width: 200px;
	height: 50px;	
	position: relative;
	top: -34px;
	left: -131px;
}

div.grande_spot_nav_activ:hover {
	cursor: pointer;
	width: 200px;
	height: 50px;
	background: url(../_img/rotator/grande_spot.png);
	position: relative;
	top: -34px;
	left: -131px;
}

.grande_spot_control_box {
	opacity: 0;
	position: absolute;
	width: 50px;
	left: 486px;
	top: 350px;
	background-color: #404040;
	padding: 3px 7px;
}    

.grande_spot_control {
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.5
}

#gsn_prev
{
	background: transparent url(../_img/rotator/grande_spot.png) no-repeat 0px -34px;
	float: left;
}

#gsn_next {
	background: transparent url(../_img/rotator/grande_spot.png) no-repeat -20px -34px;
	float: right;
}