/*MISS*/
h2.miss_title   {
	font-size:17px !important;
	padding-bottom: 10px !important;
	font-weight: normal !important;
}
h2.miss_title span {color:#FFFFFF;}
a.miss_lstitem {
	display:block;
	float:left;
	margin:0 15px 10px;
	text-decoration:none;
}
.miss_lst_photo {
	width:158px;
	height:158px;
	background: url('/data/images/graycircle.png') center center no-repeat;
}
a.miss_lstitem:hover .miss_lst_photo {
	background: url('/data/images/bluecircle.png') center center no-repeat;
}
.miss_lst_photo img {
	width:150px;
	height:150px;
	border:0;
	margin:4px;
}
.miss_lst_info {
	margin:5px;
	font-size:12px;
	font-weight: bold;
	color:#00BCE6;
	text-transform: uppercase;
}
.miss_lst_name {
	color:#FFFFFF;
}
.miss_lst_surname {
	color:#00BCE6;
}
.miss_one_photo {
	width:700px;
	height:350px;
	clear: both;
}
.miss_one_photo img {
	border:5px solid #000;
	height:350px;
}
span.miss_nolast {
	width:31px;
	height:31px;
	margin:160px 10px 159px 0;
	display:inline-block;
}
span.miss_nonext {
	width:31px;
	height:31px;
	margin:160px 0 159px 10px;
	display:inline-block;
}
a.miss_last {
	background: url('/data/images/larrow.png') center center no-repeat;
	width:31px;
	height:31px;
	opacity:0.5;
	margin:160px 10px 159px 0;
	display:inline-block;
}
a.miss_last:hover {
	opacity:1;
}
a.miss_next {
	background: url('/data/images/arrow.png') center center no-repeat;
	width:31px;
	height:31px;
	opacity:0.5;
	margin:160px 0 159px 10px;
	display:inline-block;
}
a.miss_next:hover {
	opacity:1;
}
.miss_request {
	clear: both;
    color: #00BCE6;
    display: inline-block;
    font-size: 10px;
    margin: 15px auto 0;
    text-align: center;
}
a.miss_one_vote {
	background: url("/data/images/votebttn.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 73px;
    left: 25px;
    opacity: 0.5;
    position: absolute;
    top: -10px;
    width: 73px;
    z-index: 999;
	text-decoration:none;
}
a.miss_one_vote:hover {
	opacity:1;
}