.JQImageGallery {
	position:relative;
	width:660px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}
.JQImageGallery .background {
	position:relative;
	width:660px;
	height:390px;
	background-color:#555555;
	background-image:none;
	background-repeat:repeat;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}
.JQImageGallery .frame {
	position:relative;
	margin:0 auto;
	top:5px;
	width:650px;
	padding:0px;
	background:none;
}
.JQImageGallery .overlay {
	position:relative;
	width:650px;
	height:380px;
	overflow:hidden;
	background:#000000;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}
.JQImageGallery .timer {
	position:absolute;
	width:100%;
	height:4px;
	background:#8e0205;
	opacity:0.3;
	display:none;
}
.JQImageGallery .caption {
	position:relative;
	font-family:Silom;
	font-size:20px;
	color:#000000;
	text-align:justify;
	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:75px;
	height:21px;
	cursor:pointer;
}

/* DESCRIPTION */

.JQImageGallery .description_box {
	position:absolute;
	z-index:2;
	background:#000000;
	opacity:0.8;
	width:100%;
	font-family:Silom;
	font-size:12px;
}
.JQImageGallery .description {
	position:absolute;
	z-index:3;
	padding:10px;
	font-family:Silom;
	font-size:12px;
	color:#BBBBBB;
	text-align:justify;
}
.JQImageGallery .description a {
	color:#bbbbbb;
	text-decoration:none;
	font-family:Silom;
	font-size:14px;
}
.JQImageGallery .description a:hover {
	color:#8e0205;
	text-decoration:underline;
	font-family:Silom;
	font-size:14px;
}

/* 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:none;
	border-left-width:1px;
	border-left-color:#000000;
	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:Eurostile;
	font-size:12px;
	color:#BBBBBB;
	text-align:center;
}
.JQImageGallery .controls .scroll_bar {
	position:relative;
}
.JQImageGallery .controls .scroll_channel {
	position:absolute;
	z-index:1;
	background-image:none;
	background-repeat:repeat-x;
	background-position:center center;
	width:100%;
	height:NaNpx;
	cursor:pointer;
}
.JQImageGallery .controls .scroll_box {
	position:absolute;
	z-index:2;
	background-image:none;
	background-repeat:repeat-x;
	background-position:center top;
	height:NaNpx;
	cursor:pointer;
}
.JQImageGallery .controls .button_popup {
	position:relative;
	background-image:none;
	background-repeat:no-repeat;
	width:NaNpx;
	height:NaNpx;
	cursor:pointer;
}
.JQImageGallery .controls .button_fullscreen {
	position:relative;
	background-image:none;
	background-repeat:no-repeat;
	width:0px;
	height:0px;
	cursor:pointer;
}

/* THUMBNAILS */

.JQImageGallery .thumbnails {
	position:relative;
	width:100%;
	height:125px;
	background:#000000;
}
.JQImageGallery .thumbnails .scroller {
	position:absolute;
	left:20px;
	top:50px;
	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:#EEEEEE;
	border-style:solid;
	border-width:3px;
	border-color:#8e0205;
	overflow:hidden;
	cursor:pointer;
}
.JQImageGallery .thumbnails .thumb_caption {
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-size:11px;
	color:#777777;
	text-align:center;
	display:block;
}

/* CATEGORIES */

.JQImageGallery .categories {
	height:20px;
	display:block;
}
.JQImageGallery .categories ul {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
}
.JQImageGallery .categories ul li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	font-family:Silom;
	font-size:14px;
	color:#999999;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#8e0205;
	cursor:pointer;
}
.JQImageGallery .categories .marker {
	position:absolute;
	height:20px;
	background:#ffffff;
}