/***** SLIDEDSHOW STYLES *************/

.widgets-slide-show {
	overflow: hidden;
}

.widgets-slide-show .item {
	/*background-color:#222222;/*#333333;*/
	/*color:#ffffff;*/
	/*border-bottom:1px solid #aaa;*/
	margin: 5px 0px;
	/* 1em;*/
	text-align: center;
}

.widgets-slide-show .media-caption {
	height: 1.5em;
	overflow: hidden;
}

#right_column .widgets-slide-show .media-caption {
	height: 1.3em;
	overflow: hidden;
}

#right_column .widgets-slide-show .media-title {
	padding-top: .2em;
	overflow: hidden;
	display: block;
}
/* 
.column-300px .widgets-slide-show div.image {
	height: 225px;
	line-height: 220px;
	overflow: hidden;
}

.column-200px .widgets-slide-show div.image {
	height: 150px;
	line-height: 147px;
	overflow: hidden;
}

.column-460px .widgets-slide-show div.image {
	height: 345px;
	line-height: 340px;
	overflow: hidden;
}

.column-770px .widgets-slide-show div.image {
	height: 580px;
	line-height: 575px;
	overflow: hidden;
} */

.widgets-slide-show .item .image {
	text-align: center;
	/*border:1px solid #555555; /*#333333;*/
}

#right_column .widgets-slide-show .item .image {
	border: none;
}

.slideshow-nav {
	text-align: center;
	margin-bottom: .5em;
	font-size: 1.3em;
}

.slideshow-nav.banner {
	position: relative;
	margin-right: 5px;
	margin-top: 2px;
	/*right:15px;*/
	height: 12px;
}

.slideshow-nav a {
	text-decoration: none;
}

.slideshow-nav a:hover {
	text-decoration: underline;
	;
}

.accordion-handle {
	background: #003366 url(/images/icons/control_down_blue.png) no-repeat scroll 98% 50%;
	padding-right: 5px;
}

.accordion {
	border-bottom: 1px solid white;
}

/*** Slide show ****/
.slideshow-banner-control {
	display: inline-block;
	border: 1px solid grey;
	width: 12px;
	height: 12px;
	float: right;
	cursor: pointer;
	margin-left: 3px;
	overflow: hidden;
	background-color: white;
}

#double_column .widgets-slide-show .item.variable .slideshow-nav.banner {
	position: absolute;
	bottom: 0px;
	top: auto;
	right: 16px;
}

.slideshow-banner-control.slideshow-current-picture {
	background-color: #333;
	;
}

/**** Play Button Styles ***/
.slideshow-banner-play-button {
	font-size: 1.5em;
	position: relative;
	display: inline;
	float: right;
	cursor: pointer;
	color: white;
	background-color: #333;
	border: 1px solid #C2B0B0;
	line-height: .9em;
	height: 12px;
	width: 12px;
	font-size: .9em;
	text-align: center;
}

/* .slideshow-banner-play-button {
	top: -4.5px;
	*padding-left: 5px;
	*padding-right: 5px;
	*line-height: 1em;
	*top: -5px;
	*right: 2px;
} */

#double_column .item.variable .slideshow-banner-play-button {
	position: absolute;
	bottom: 5px;
	top: auto;
	right: 5px;
	/* *padding-left: 0px;
	*padding-right: 0px; */
}

.slideshow-banner-indicator {
	height: 100%;
	background-color: white;
	margin-left: "-1px\0/";
}

.item.variable {
	position: relative;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
}

#double_column .widgets-slide-show .item.variable {
	margin-top: 0px;
	height: 240px;
	height: 280px;
}

#double_column .item.variable div.image {
	/*height:240px;*/
	line-height: normal;
	overflow: hidden;
	width: 770px;
}

#double_column .item.variable img {
	width: 770px;
}

#double_column .item.variable .widgets-slide-show .media-caption {
	font-size: 1.1em;
	width: 570px;
	padding-right: 200px;
	padding-top: 2px;
	text-align: right;
	background-color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	height: 17px;
	color: #000;
	position: absolute;
	bottom: 0px;
	/* *left: 0px;
	*top: -27px;
	*float: left;
	*width: 560px;
	*padding-right: 0px;
	*bottom: auto;
	*line-height: 1.5em; */
}
