/**********************/
/* BW ALBUM SLIDESHOW */
/**********************/

.bw_album_slideshow {	
	cursor: pointer;
	height: 300px;	
	overflow: hidden;
	background: url('loading_32.gif') no-repeat 50% 50%;
	text-align: left !important;
}
.bw_album_slideshow a, .bw_album_slideshow a:focus {
	outline: none !important;
	border: 0px !important;
	display: block !important;
	float: left !important;
	margin: 0px !important;
	height: 100% !important;
	background: black !important;
	text-decoration: none !important;
	position: relative;
	padding: 0px !important;
	*text-align: center;
}
.bw_album_slideshow a:hover {
	background: black !important;
}
.bw_album_slideshow img {
	border: 0px !important;
	position: relative;
}
*html .bw_album_slideshow img {
filter: chroma(color=pink);
position: static !important;
}
*html .bw_album_slideshow a, *html .bw_album_slideshow a:focus {
position: static;
}
*+html .bw_album_slideshow a, *+html .bw_album_slideshow a:focus {
position: static;
}
*+html .bw_album_slideshow img {
position: static;
top: -1px;
}
*+html .bw_album_slideshow {
background-image: none !important;
}
.bw_album_slideshow .bw_slideshow_column {
	overflow: hidden;
	float: left;
	height: 100%;
	position: static;
	background: black;
}
.bw_album_slideshow .caption {	
	opacity: 0.85;
	filter: alpha(opacity=85);
	background-color: #FFFFFF;
    color: #333333;
    font-size: 11px;
    max-width: 80%;
    position: absolute;
    bottom: 10%;
	cursor: pointer;
	padding: 8px;
	z-index: 10;
/*	display: none;*/
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
/*
.bw_album_slideshow:hover .caption {
	display: none;
}
*/

/***********************/
/* BW ALBUM THUMBNAILS */
/***********************/

.bw_album_thumbnails {	
	cursor: pointer; 
	height: 80px; 
	overflow: hidden;
	background: url('loading_32.gif') no-repeat 51% 50%;
	text-align: left !important;
}
.bw_album_thumbnails a, .bw_album_thumbnails a:focus, .bw_album_thumbnails a:active{
	outline: none !important;
	display: block !important; 
	float: left !important;
	margin: 0px !important;
	padding: 0px !important;
	-moz-outline-style: none;
}
.bw_album_thumbnails img {
	border: 1px solid transparent !important;
	padding: 3px !important;
	margin: 0px !important;
}
*html .bw_album_thumbnails img {
filter: chroma(color=pink);
border: 0px;
padding: 4px !important;
}
.bw_album_thumbnails a:hover img {
	border: 1px solid #ccc !important;
	padding: 3px !important;
}
.bw_album_thumbnails .bw_thumbnails_column {
	overflow: hidden;
	float: left;
}

/*******************/
/* BW ALBUM MOSAIC */
/*******************/

.bw_album_mosaic a {
	margin: 0 8px 8px 0;
	display: inline-block;
}
.bw_album_mosaic a.bw_mosaic_hide {
	background: url('/appfiles/photoalbum/loading_32.gif') no-repeat center center;
}
.bw_album_mosaic:not(.bw_mosaic_show) .bw_mosaic_hide {
	display: none;
}
.bw_mosaic_show .bw_mosaic_more {
	display: none;
	max-height: auto;
}
.bw_mosaic_more {
	background: #d1d1d1;
	color: #333;
	text-align: center;
	padding: 5px 15px;
	margin: 5px auto 10px;
	display: table;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.bw_mosaic_more:hover {
	background: #c1c1c1;
}
.bw_album_mosaic {
	background: url('/appfiles/photoalbum/loading_32.gif') no-repeat center center;
}

/*****************/
/* BW ALBUM DOTS */
/*****************/

ul.bw_dots {
	list-style: none !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	/*width: 495px !important;*/
}
ul.bw_dots li {
	height: 8px !important;
	list-style: none !important;
	width: 8px !important;
	margin: 3px !important;
	-moz-border-radius: 4px !important;
	background-color: #ccc !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	display: inline-block;
	zoom:1;
	*display:inline; 
	font-size: 1px;
}
ul.bw_dots .bw_dot_current { background-color:#666 !important; }


/***********************/
/* BW ALBUM NAVIGATION */
/***********************/

.bw_nav {
	list-style: none !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	/*width: 495px !important;*/
	position: relative !important;
	height: 33px;
	*height: 24px;
}
.bw_nav ul {
	position: absolute;
	*position: relative;
	z-index: 10;
	top: 0px;
	*top: -24px;
	left: 0px !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align: center !important;
}
.bw_nav li {
	height: 30px !important;
	list-style: none !important;
	width: 30px !important;
	margin: 3px !important;
	border: 0px !important;
	cursor: pointer !important;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url('slideshow_navigation.png');
}
.bw_nav .bw_nav_middle {
	float: left;
	height: 25px;
	background: url('slideshow_shadow.png') top right repeat-x;
}
.bw_nav .bw_nav_right {
	float: right;
	height: 25px;
	width: 50%;
	background: url('slideshow_shadow_right.png') top right no-repeat;
}
.bw_nav .bw_nav_left {
	float: left;
	height: 25px;
	width: 50%;
	background: url('slideshow_shadow_left.png') top left no-repeat;
}
.bw_nav li.bw_nav_prev {
	background-position: 0 0;
}
.bw_nav li.bw_nav_toggle {
	background-position: 60px 30px;
}
.bw_nav li.bw_nav_next {
	background-position: 30px 0;
}


/********************/
/* BW OBJECT VOTING */
/********************/

#object_voting {
	position: absolute;
	bottom: 12px;
	left: 15px;
	z-index: 1105;
}
#object_voting img {
	float: left !important;
	cursor: pointer !important;
}
#object_voting .bwv_status {
	float: left;
	width: 16px;
	height: 16px;
	background: none top left no-repeat;
	margin-left: 3px;
}