.JQImageGallery {
	position:relative;
	margin:0 auto;
	width:950px;
}
.JQImageGallery .background {
	position:relative;
	width:948px;
	height:400px;
	background-color:none;
	background-image:none;
	background-repeat:repeat;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
.JQImageGallery .frame {
	position:relative;
	margin:0 auto;
	top:15px;
	width:500px;
	padding:10px;
	background:#FFFFFF;
}
.JQImageGallery .overlay {
	position:relative;
	width:500px;
	height:350px;
	overflow:hidden;
	background:#000000;
	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;
}
.JQImageGallery .timer {
	position:absolute;
	width:100%;
	height:4px;
	background:#000000;
	opacity:0.3;
	display:none;
}
.JQImageGallery .caption {
	position:relative;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	margin-top:5px;
	display:none;
}
.JQImageGallery .button_list {
	position:absolute;
	background-image:url(images/list_buttons.png);
	background-repeat:no-repeat;
	width:28px;
	height:75px;
	cursor:pointer;
}
.JQImageGallery .button_info {
	position:absolute;
	z-index:4;
	right:0px;
	bottom:0px;
	background-image:url(images/info.png);
	background-repeat:no-repeat;
	width:50px;
	height:14px;
	cursor:pointer;
}

/* DESCRIPTION */

.JQImageGallery .description_box {
	position:absolute;
	z-index:2;
	background:#FFFFFF;
	opacity:0.8;
	width:100%;
}
.JQImageGallery .description {
	position:absolute;
	z-index:3;
	padding:10px;
	font-family:Trebuchet MS;
	font-size:10px;
	color:#000000;
	text-align:justify;
}
.JQImageGallery .description a {
	color:#000000;
	text-decoration:underline;
}
.JQImageGallery .description a:hover {
	color:#FF0000;
	text-decoration:none;
}

/* CONTROLS */

.JQImageGallery .controls {
	position:absolute;
	display:block;
	width:100%;
	height:25px;
}
.JQImageGallery .controls ul {
	position:absolute;
	list-style:none;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
}
.JQImageGallery .controls ul li {
	position:relative;
	display:inline-block;
	float:left;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	height:15px;
}
.JQImageGallery .controls .button_play {
	position:relative;
	background-image:url(images/play.png);
	background-repeat:no-repeat;
	width:6px;
	height:11px;
	cursor:pointer;
}
.JQImageGallery .controls .counter {
	width:40px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#000000;
	text-align:center;
}
.JQImageGallery .controls .scroll_bar {
	position:relative;
}
.JQImageGallery .controls .scroll_channel {
	position:absolute;
	z-index:1;
	background-image:url(images/scroll_channel.png);
	background-repeat:repeat-x;
	background-position:center center;
	width:100%;
	height:3px;
	cursor:pointer;
}
.JQImageGallery .controls .scroll_box {
	position:absolute;
	z-index:2;
	background-image:url(images/scroll_box.png);
	background-repeat:repeat-x;
	background-position:center top;
	height:3px;
	cursor:pointer;
}
.JQImageGallery .controls .button_popup {
	position:relative;
	background-image:url(images/popup.png);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
	cursor:pointer;
}
.JQImageGallery .controls .button_fullscreen {
	position:relative;
	background-image:url(images/fullscreen.png);
	background-repeat:no-repeat;
	width:14px;
	height:13px;
	cursor:pointer;
}

/* THUMBNAILS */

.JQImageGallery .thumbnails {
	position:relative;
	width:100%;
	height:115px;
	background:#000000;
}
.JQImageGallery .thumbnails .scroller {
	position:absolute;
	left:20px;
	top:25px;
	overflow:hidden;
}
.JQImageGallery .thumbnails .scroll_line {
	position:relative;
	list-style:none;
	display:table;
	margin:0px;
	padding:0px;
}
.JQImageGallery .thumbnails .scroll_line li {
	list-style:none;
	display:table-cell;
	vertical-align:top;
}
.JQImageGallery .thumbnails .scroll_buttons {
	position:absolute;
	z-index:10;
	background-image:url(images/scroll_buttons.png);
	background-repeat:no-repeat;
	width:8px;
	height:11px;
	cursor:pointer;
}
.JQImageGallery .thumbnails .thumb {
	position:relative;
	display:block;
	margin-right:5px;
	background:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;
}
.JQImageGallery .thumbnails .thumb_caption {
	padding-left:5px;
	padding-right:5px;
	font-family:Trebuchet MS;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	display:block;
}

/* CATEGORIES */

.JQImageGallery .categories {
	height:25px;
	display:block;
}
.JQImageGallery .categories ul {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:11px;
}
.JQImageGallery .categories ul li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#505050;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	cursor:pointer;
}
.JQImageGallery .categories .marker {
	position:absolute;
	height:20px;
	background:none;
}