#trophy_gallery {
	background: url(/images/trophy/assets/bg.png) no-repeat center;
	width: 581px;
	margin: 0 auto;
	overflow: hidden;
	height: 500px;
}

#trophy-slider {
	border: 1px solid #dcdcdc;
	margin: 22px auto;
}

#trophy-navigation {
	position: absolute;
	width: 525px;
	top: 64px;
	z-index: 10;
}

#trophy-navigation a {
	padding: 10px;
	background: #990000;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#trophy-navigation a:hover {
	background: #ff9900;
}

#trophy-navigation a.sexyslider-prev {
	float: left;
	margin-left: -5px;
	margin-top: 200px;
	background: url(/images/trophy/assets/prev.png) no-repeat center;
	height: 61px;
	width: 73px;
}

#trophy-navigation a.sexyslider-next {
	float: right;
	margin-right: -55px;
	margin-top: 200px;
	background: url(/images/trophy/assets/next.png) no-repeat center;
	height: 61px;
	width: 73px;
}

#trophy-control {
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
}

#trophy-control a {
	background: #fff;
	border: solid 1px #000;
	padding: 0 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 3px;
}

#trophy-control a.active {
	background: #990000;
	border: solid 1px white;
}

#trophy-control a span {
	visibility: hidden;
}