.galleryview {
	margin-bottom: 15px;
	width: 100%;

}

.galleryview img, .galleryview ul li, galleryview ul  {
	margin: 0;
	padding: 0;
}
 
.galleryview .gallery {
	height: 400px;
	height: 550px;
	margin-bottom: 15px;
 	overflow: hidden;
}

.galleryview .gallery h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.3em 0px;
 	color: white;
}
 

.galleryview .bottom {
	background-color: #C1111E;
	color: white;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	border: 1px solid #E8E8E8;
	
	line-height: 18px;
	
	font-size: 12px;
	
	padding-left: 8px;
	padding-right: 8px;
	
	margin-top: 10px;
	clear: both;
}
 
 .galleryview .bottom a, .galleryview .bottom a:visited {
	color: white;
	text-decoration: underline;
	border: none;
}

.galleryview .boxes {
	overflow: hidden;
	margin-top: 5px;
}


.galleryview .box {
	width: 100%;
	float: left;
	background-color: #efefef;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	margin: 0;
	margin-bottom: 10px;
	height: 135px;
}

.galleryview .box .content {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	background-image: url(/images/stin.png);
	background-color: #efefef;
	background-repeat: repeat-x;
	line-height: 16px;
}


.galleryview .box .heading {
	background-color: #D60A16;
	background-image: url(/images/bar_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;	
}

.galleryview .box .heading h2 {
	color: white;
	font-size: 17px;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 8px;
	width: 100%;
	line-height: 30px;
}

.galleryview .box .user .avatar {
	height: 50px;
	width: 50px;
	border: 1px solid #E8E8E8;
	background-color: white;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.galleryview .box .user .link {
	height: 80px;
	line-height: 80px;
	float: left;
	padding-left: 15px;
}


.galleryview .box .user .link a, 
.galleryview .box .user .link a:visited {
	color: white;
	font-size: 20px;
	text-decoration: none;
}

.galleryview .box .user .link a:hover {
	text-decoration: underline;
}


.galleryview .box .user {
	height: 80px;
	line-height: 80px;
	background-image: url(../images/user_gradient.png);
	background-repeat: repeat-x;
	background-color: #C1111E;
	margin: 0;
	padding: 0;
}


.galleryview .box .rating {
	background-image: url(/images/stin.png);
	background-color: #efefef;
	background-repeat: repeat-x;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
}


/*  RATING   */
.rating .ratinginfo {
	width: 130px;
	height: 55px;
	padding-top: 10px;
	float: left;
}
.star-rating-container {
	width: 200px;
	height: 40px;
	margin: 0;	
	padding-top: 8px;
	float: left;
}

.star-rating-container p {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}

.galleryview ul.star-rating {
	margin: 0;
	padding: 0;
}

.star-rating {
	margin: 0px;
	padding: 0px;
	
	width: 200px;
	height: 40px;
	
	list-style: none;
	list-style-image: none;
	background-color: transparent;
	background: url(/images/wheel_red.png) top left repeat-x;
	
	
	position: relative;
	border: none;

}


.star-rating a.five-stars{
	left: 160px;
	background-image: none;
}

.star-rating a.five-stars:hover {
	width: 200px;

}

.star-rating a.four-stars{
	left: 120px;
	background-image: none;
}

.star-rating a.four-stars:hover{
	width: 160px;

}

.star-rating a.one-star{
	left: 0px;
	background-image: none;
}

.star-rating a.one-star:hover {
	width: 40px;

}

.star-rating a.three-stars{
	left: 80px;
	background-image: none;
}

.star-rating a.three-stars:hover{
	width: 120px;

}

.star-rating a.two-stars{
	left: 40px;
	background-image: none;
}

.star-rating a.two-stars:hover {
	width: 80px;

}

.star-rating li{
	padding: 0px;
	margin: 0px; /*\*/
	float: left; /* */
	background-color: transparent;
	background-image: none;
	list-style-image: none;
	list-style: none;
}

.star-rating li a {
	border: none;
	width: 40px;
	padding: 0px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	height: 40px;
	z-index: 20;
	position: absolute;
	background-color: transparent;
}

.star-rating li a:hover{
	background: url(/images/wheel_red.png) left bottom;
	border: none;
	z-index: 1;
	left: 0px;
	top: 0;
	background-color: transparent;
	list-style-image: none;
}

.star-rating li.current-rating {
	margin-top: 0px;
	margin-left: 0px;
	left: 0;
	display: block;
	background: url(/images/wheel_black.png) left bottom;
	text-indent: -9000px;
	list-style-image: none;
	position: absolute;
	height: 40px;
	z-index: 1;
	border: none;
	background-color: transparent;

}

.star-rating:hover {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style: none;
	background: url(/images/wheel_red.png) top left repeat-x;
	background-color: transparent;
	height: 40px;
	position: relative;
	border: none;
}


.galleryview a.button:visited, .galleryview a.button {
	
	background-color: #F5D303;
	background-image: url("../images/nav1_active_bg.png");
	background-repeat: repeat-x;
	
	border-top: 1px solid #FFF09B;
	border-left: 1px solid #FFF09B;	
	border-right: 1px solid #FFE035;
	border-bottom: 1px solid #FFE035;
	
	text-align: center;
	color: #C30F1D;
	font-size: 12px;
	
	height: 20px;
	line-height: 20px;
	
	display: inline-block;
	
	padding: 0;
	margin: 0px;
		
	padding-left: 5px;
	padding-right: 5px;
	
	cursor: pointer;
	text-decoration: none;
}
