/* @override http://cv.coldfireinc.com/wp-content/themes/cfburn/gallery.css */

/* @override http://cv.coldfireinc.com/wp-content/themes/cfburn/gallery.css */

/* @override http://static.flowplayer.org/tools/css/overlay-gallery.css */

/* Gallery
_–_–_–_–_–_–_-_–_–_–_–_–_–_–_–_–_*/
#img {
	border:1px solid #666;
}
#gallery .next, #gallery .prev {
	position:absolute;
	top:40%;	
	border:1px solid #777;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	font-size: 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight: bold;
}
#gallery .prev {
	left: 1px;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
#gallery .next {
	right: -1px;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
#gallery .next:hover, #gallery .prev:hover {
	background: #aaa;
	color: #000;
}
#gallery .disabled {
	visibility:hidden;		
}
#gallery .info {
	position:absolute;
	bottom: -1px;
	left: 1px;
	color:#fff;
	font-size:12px;
	border-top:1px solid #fff;
	padding: 10px 15px;
	width: 871px;
}
#gallery .info strong {
	display:block;
}
#gallery .progress {
	position: absolute;
	top: 50%;
	left: 40%;
	display:none;
}
#gallery .next, #gallery .prev, #gallery .info {
	background: #fff;
	color: #000;
}
/* Overlays
_–_–_–_–_–_–_-_–_–_–_–_–_–_–_–_–_*/
div.overlay {
	display:none;
	width:900px;
	background: #362f2d;	
	font-size:11px;
	padding: 0px;
}
.overlay div.close {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png);
	position:absolute; right: -15px; top: -15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* Slideshows
_–_–_–_–_–_–_-_–_–_–_–_–_–_–_–_–_*/
#slideshowtabs {
	padding: 0;
	_margin-bottom: -2px;
	width: 270px;
	position: relative;
	float: left;
	margin: 0;
}
#slideshowtabs li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
#slideshowtabs li a {
	height: 20px;
	padding: 2px 10px;
	margin: 0 16px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
}
#slideshowtabs a:hover {
	color: #000;
	background-color: #eee;
	border-color: #ccc;
}
#slideshowtabs a.current {
	cursor: default;
	color: #4f88c7;
	background-color: #f9f9f9;
	border-color: #eee;
	font-weight: bold;
}
#slideshow {
	width: 600px;
	height: 492px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#mainwrapper .cms #slideshow img {
	z-index: 0;
	position: static;
	border-bottom: 1px solid #ccc;
}
#slideshow div h2 {
	font-weight: normal;
	color: #777;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	cursor: default;
	font-size: 24px;
}
#slideshow a {
	color: #aaa;
	font-size: 14px;
}
#slideshow div {
	float: left;
	width: 600px;
	font-size: 14px;
	margin-right: 380px;
	margin: 0;
	padding: 0;
}
#slideshow div.items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}
#slideshow .iteminfo {
	padding: 15px;
	margin: 0;
}
#slideshow .iteminfo h2, #slideshow .iteminfo p {
	padding: 0;
	margin: 0;
}
ul.slidecontrols {
	clear: both;
	margin: 0 0 0 490px;
	padding: 5px 0 0;
	list-style-type: none;
	height: 32px;
	overflow: hidden;
}
.slidecontrols li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.slidecontrols li button {
	width: 32px;
	height: 0;
	padding-top: 32px;
	float: left;
	background: url(images/slide-controls.gif) no-repeat 0 0;
	border-style: none;
	margin: 0 5px;
}
.slidecontrols li.prevbg button {
	background-position: 0 0;
}
.slidecontrols li.playbg button {
	background-position: -33px 0;
}
.slidecontrols li.pausebg button {
	background-position: -66px 0;
}
.slidecontrols li.nextbg button {
	background-position: -99px 0;
}
.slidecontrols li.prevbg button:hover {
	background-position: 0 -33px;
}
.slidecontrols li.playbg button:hover {
	background-position: -33px -33px;
}
.slidecontrols li.pausebg button:hover {
	background-position: -66px -33px;
}
.slidecontrols li.nextbg button:hover {
	background-position: -99px -33px;
}
.slidecontrols li.prevbg button:active {
	background-position: 0 -66px;
}
.slidecontrols li.playbg button:active {
	background-position: -33px -66px;
}
.slidecontrols li.pausebg button:active {
	background-position: -66px -66px;
}
.slidecontrols li.nextbg button:active {
	background-position: -99px -66px;
}
.slidecontrols button:hover, .slidecontrols button:active {
	cursor: pointer;
	outline: none;
}