/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.jpg) no-repeat center 5px #369edd; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1em;
	color:#1e1f20;
	padding-bottom:90px;
	border-top:5px solid #fff;
}
html { 
	min-width:970px;
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:970px;
	overflow:visible;
	font-size:.875em;
}

	/* Header */
	header {
		height:717px;
		position:relative;
	}
	
	/* Content */
	section#content {
	width:720px;
	float:left;
	}
	
	/* Sidebar */
	aside {
		width:250px;
		float:left;
	}
			
	/* Footer */
	footer {
		height:60px;
		background:url(../images/footer-bg.gif) no-repeat left top;
		font-size:.786em;
		color:#5acdf9;
		text-transform:uppercase;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.429em;
	padding:18px 0 21px 0;
	margin-bottom:20px;
	background:url(../images/divider.gif) repeat-x left bottom;
} 
.list li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}
	.list li img {
		float:left;
		margin:-18px 22px 0 0;
	}
	.list li a {
		font-weight:bold;
		color:#1e1f20;
	}

.list1 li {
	font-size:1.143em;
	padding-bottom:10px;
}
	.list1 li a {
	}

.list2 {
	padding-bottom:7px;
}
	.list2 li {
		font-size:1.143em;
		padding:0 0 10px 11px;
		background:url(../images/marker1.gif) no-repeat left 5px;
	}	
		.list2 li a {
			color:#8eeeff;
		}
		.list2 li a:hover {
			color:#000;
			text-decoration:underline;
		}

.drop-list {
}
	.drop-list li {
		font-size:1.143em;
		line-height:1.2em;
		width:100%;
		height:34px;
		vertical-align:top;
		position:relative;
	}
	.drop-list li.submenu {
		z-index:2;
	}
	.drop-list.col-1 li.submenu {
		z-index:3;
	}
		.drop-list li a {
			color:#000;
			text-decoration:none;
			display:block;
			background-repeat:no-repeat;
			background-position:0 -34px;
			background-image:url(../images/drop-list-left.gif);
			cursor:pointer;
		}
		.drop-list li a:hover,
		.drop-list li.active a {
			background-position:0 0;
			color:#fff;
		}
			.drop-list li a span {
				display:block;
				padding:0 5px;
				background-repeat:no-repeat;
				background-position:right -34px;
				background-image:url(../images/drop-list-right.gif);
			}
			.drop-list li a:hover span,
			.drop-list li.active a span {
				background-position:right top;
			}
				.drop-list li a span span {
					background-color:#5acdf8;
					background-image:none;
					padding:6px 0 7px 17px;
				}
				.drop-list li a:hover span span,
				.drop-list li.active a span span {
					background-color:#004669;
				}
				.drop-list li a b {
					font-weight:normal;
					background-repeat:no-repeat;
					background-position:right -17px;
					background-image:url(../images/arrow-sprite.gif);
					padding-right:18px;
					display:inline-block;
				}
				.drop-list li a:hover b,
				.drop-list li.active a b {
					background-position:right 6px;
				}
	.drop-list li ul {
		position:absolute;
		right:-114px;
		top:0;
		width:210px;
		z-index:1;
		display:none;
	}
	.drop-list li ul.active {
		display:block;
	}
		.drop-list li ul li {
			background-color:#004669;
			font-size:1em;
			width:auto;
			padding-left:22px;
			height:26px;
		}
		.drop-list li ul li.top {
			height:10px;
			overflow:hidden;
			font-size:0;
			line-height:0;
			background:url(../images/drop-list-top.png) no-repeat left top;
			padding:0;
		}
		.drop-list li ul li.bot {
			height:12px;
			overflow:hidden;
			font-size:0;
			line-height:0;
			padding:0;
			background:url(../images/drop-list-bot.png) no-repeat left top;
		}
			.drop-list li ul li a {
				color:#fff;
				display:block;
				background:none;
				text-decoration:underline;
			}
			.drop-list li ul li a:hover {
				background:none;
				text-decoration:none;
			}

.news {
	margin-bottom:-10px;
}
	.news li {
		line-height:1.429em;
		position:relative;
		padding-bottom:45px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}
		.news li span {
			width:61px;
			height:70px;
			display:block;
			position:absolute;
			left:0;
			top:0;
			text-align:center;
			background:url(../images/date-bg.gif) no-repeat left top;
			color:#8eeeff;
			font-size:1.429em;
			line-height:1.2em;
		}
			.news li span b {
				font-weight:normal;
				display:block;
				font-size:2em;
				line-height:1.1em;
				margin-bottom:-5px;
			}
		.news li strong {
			text-decoration:none;
			padding-left:74px;
			display:block;
			font-weight:normal;
			color:#8eeeff;
		}	
		.news li p {
			padding:30px 0 0 0;
			margin:0;
		}		
			.news li p a {
				color:#dfdfde;
				font-weight:bold;
			}
			.news li p a:hover {
				text-decoration:none;
			}
			
.types-list {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
	.types-list li {
		width:192px;
		float:left;
		line-height:1.429em;
		margin-right:22px;
	}
	.types-list li.last {
		margin-right:0;
	}
		.types-list li h4 {
			margin-bottom:12px;
			padding-top:20px;
		}
		.types-list li a {
			color:#1e1f20;
			font-weight:bold;
		}

.faq-list {
	padding-bottom:15px;
}
	.faq-list li {
		line-height:1.429em;
		padding-bottom:15px;
		margin-bottom:15px;
		background:url(../images/divider.gif) repeat-x left bottom;
	}
	.faq-list li.last {
		background:none;
		padding:0;
		margin:0;
	}
		.faq-list li h4 {
			margin-bottom:15px;
		}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	line-height:1.429em;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 74px;
	padding-left: 0;
}
	.img-box img { 
		float:left; 
		margin:-18px 20px 0 0;
	}
	
.img-box1 {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	.img-box1 img {
		float:left;
		margin-right:20px;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:25px;
	line-height:1.429em;
}
.p1 {
	margin-bottom:8px;
}
.p0 {
	margin:0;
}

dl {}
	dl dt {}
	dl dd {}
	
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		
.bottom-indent {
	padding-bottom:90px;
}
.bottom-indent1 {
	margin-bottom:10px;
}

#testimonials {
	width:100%;
	overflow:hidden;
	font-size:1.143em;
	line-height:1.625em;
}
	#testimonials cite {
		font-style:normal;
		display:block;
		padding-bottom:5px;
	}
	#testimonials a {
		float:right;
	}
	
address {
	font-style:normal;
	line-height:1.429em;
	width:271px;
	float:left;
	text-align:left;
}
	address b {
		display:block;
		text-transform:uppercase;
		font-style:italic;
		text-align:left;
	}
	address p {
		text-align:left;
	}
	address span {
		float:left;
	}
	


/*----- txt, links, lines, titles -----*/
a {
	color:#8eeeff; 
	outline:none;
	border:0;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		display:block;
		width:272px;
		height:108px;
		background:url(../images/logo.jpg) no-repeat left top;
		position:absolute;
		left:41px;
		top:108px;
	}
h2 {
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:18px;
	color:#fff;
}
h3 {
	
}
h4 {
	font-style:normal;
	font-size:1em;
	line-height:1.429em;
	text-transform:uppercase;
	margin-bottom:20px;
}
h5 {
	
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link {
	color:#1e1f20;
	font-weight:bold;
}

.link1 { 
	display:block;
	float:right;
	line-height:1.2em;
	font-size:1.143em;
	background:url(../images/link1-right.gif) no-repeat right top; 
	color:#fff; 
	text-decoration:none;
	cursor:pointer;
}
	.link1 span {
		display:block;
		float:left;
		background:url(../images/link1-left.gif) no-repeat left top;
		padding:0 5px;
		height:32px;
		overflow:hidden;
	}
	.link1 span span { 
		padding:6px 12px;
		background:#004669;		 
	}
	.link1:hover span span { 
		text-decoration:underline;
	}
	
.link2 { 
	display:block;
	float:right;
	line-height:1.2em;
	font-size:1.143em;
	background:url(../images/link2-right.gif) no-repeat right top; 
	color:#373a3b; 
	text-decoration:none;
	cursor:pointer;
}
	.link2 span {
		display:block;
		float:left;
		background:url(../images/link2-left.gif) no-repeat left top;
		padding:0 5px;
		height:32px;
		overflow:hidden;
	}
	.link2 span span { 
		padding:6px 12px;
		background:#5acdf8;		 
	}
	.link2:hover span span { 
		text-decoration:underline;
	}
	

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:0 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:248px;
	color:#dfdfde;
}
	.box .tail {
		background:url(../images/box-tail.gif) repeat-y left top;
		
	}
	.box .top {
		background:url(../images/box-top.jpg) repeat-x left top;
		width:100%;
	}
	.box .bot {
		background:url(../images/box-bot.gif) repeat-x left bottom;
		font-size:0;
		line-height:0;
		height:18px;
		overflow:hidden;
	}
	.box .inner { 
		padding:24px 15px 35px 25px;
	}
	.box h2 {
		color:#fffc00;
		font-size:2em;
		margin-bottom:42px;
	}
	.box .link {
		color:#dfdfde;
	}
	.box .list2 li a:hover {
		color:#dfdfde;
	}
	
.box1 {
	width:250px;
}
	.box1 .top {
		background:url(../images/box1-top.gif) repeat-x left top;
		height:66px;
		overflow:hidden;
	}
	.box1 .bot {
		background:url(../images/box1-bot.gif) repeat-x left bottom;
		height:14px;
		font-size:0;
		line-height:0;
		overflow:hidden;
	}
	.box1 .xcontent {
		background:url(../images/box1-tail.gif) repeat-y left top;
		width:100%;
	}
	.box1 .inner { 
		padding:27px 17px 22px 25px;
	}
	.box1 h2 {
		font-size:2em;
		margin-bottom:0;
		padding:18px 0 0 25px;
	}
	.box1 h2:first-letter {
		font-size:1.357em;
		line-height:1em;
	}



/*===== header =====*/
header nav {
	position:absolute;
	top:0;
	right:0px;
	width: 946px;
}
	header nav ul li {
		float:left;
		padding-left:2px;
		font-size:.857em;
		line-height:2.9em;
	}
	header nav ul li a {
		color:#1e1f20;
		font-weight:bold;
		text-decoration:none;
		width:103px;
		height:39px;
		text-align:center;
		background:url(../images/nav-bg.gif) no-repeat left top;
		display:block;
	}
	header nav ul li a:hover {
		text-decoration:underline;
	}

/*===== content =====*/
#content .inside {
	padding-top: 25px;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 33px;
}
#content .indent {
	padding-bottom:74px;
}
#content.extra {
	width:auto;
}
	#content.extra .inside {
		padding:25px 0 0 33px;
	}

/*===== Sidebar =====*/
aside {}

/*===== footer =====*/
footer .inside {
	padding:22px 34px 0 34px;
}
footer span {
	color:#fff;
}
footer a {
	color:#5acdf9;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer ul {
	float:right;
}
	footer ul li {
		float:left;
		line-height:1.2em;
		border-right:1px solid #5acdf9;
		padding-right:9px;
		margin-right:9px;
	}
	footer ul li.last {	
		border:0;
		padding:0;
		margin:0;
	}
		footer ul li a:hover,
		footer ul li.current a {
			color:#fff;
			text-decoration:none;
		}


/*----- forms -----*/

#booking-form .rowElem {
	height:36px;
}
#booking-form input {
	width:175px;
}
#booking-form .link1,
#booking-form .link2 {
	margin-top:10px;
} 
#booking-form .link2 {
	margin-left:2px;
}

/*----------------------*/

#contacts-form {
	width:205px;
}
	#contacts-form .rowElem { 
		height:36px;
	}
	#contacts-form .txt_area {
		width:205px;
		height:328px;
		background:url(../images/textarea-bg.gif) no-repeat left top;
		margin-bottom:15px;
	}
	#contacts-form input {
		width:175px;
	}
	#contacts-form textarea { 
		width:190px; 
		height:318px; 
		overflow:auto;
		color:#373a3b;
		font-size:12px;	
		background:none;
		border:0; 
		padding:8px 0 2px 12px; 
	}
	#contacts-form .link2 {
		margin-left:2px;
	}

/*==========================================*/
  
/* login */   
#login {
	position:absolute;
	right:53px;
	top:167px;
	color:#373a3b;
	font-size:.857em;
	background:url(../images/login-left.png) no-repeat left top;
}
	#login span {
		display:block;
		float:left;
		padding:0 11px;
		background:url(../images/login-right.png) no-repeat right top;
	}
		#login span span {
			background:#fff;
			padding:8px 9px 7px 9px;
		} 
	#login a {
		color:#373a3b;
		text-decoration:none;
	}
	#login a:hover {
		text-decoration:underline;
	}
	
/* faded slider */
#faded { 
	width:970px;
	height:418px;
	background:url(../images/slider-bg.jpg) no-repeat left bottom;
	position:absolute;
	left:0;
	bottom:60px;
	display:none;
}
	#faded ul { 
		list-style:none; 
		padding:0; 
		margin:0;
	}
		#faded ul.slide li {
			position:relative;
			height:390px;
		}
			#faded ul.slide li .banner {
				width:324px;
				height:390px;
				background:url(../images/banner-bg.png) no-repeat left top;
				position:absolute;
				left:0;
				top:0;
				color:#fff;
				overflow:hidden;
			}
				#faded ul.slide li .banner .inner {
					padding:72px 33px 0 30px;
				} 
				#faded ul.slide li .banner p b {
					font-style:italic;
					text-transform:uppercase;
					display:block;
					padding-top:20px;
				}
				#faded ul.slide li .banner a {
					display:block;
					float:left;
					color:#1e1f20;
					font-size:.857em;
					line-height:1.2em;
					cursor:pointer;
					text-decoration:none;
					background:url(../images/button-left.png) no-repeat left top;
				}
					#faded ul.slide li .banner a span {
						display:block;
						float:left;
						padding:0 11px;
						background:url(../images/button-right.png) no-repeat right top;
					}
						#faded ul.slide li .banner a b {
							background-color:#fffc00;
							display:block;
							float:left;
							padding:8px 13px 9px 13px;
						}
						#faded ul.slide li .banner a:hover b {
							text-decoration:underline;
						}
ul.pagination { 
	list-style:none; 
	padding:0; 
	margin:0;
	position:absolute;
	left:411px;
	bottom:-20px;
}
	ul.pagination li {
		float:left;
		margin-right:6px;
	}
		ul.pagination li a {
			display:block;
			width:19px;
			height:19px;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(../images/thumbs.gif);
		}
		ul.pagination li.current a,
		ul.pagination li a:hover {
			background-position:-25px 0;
		}
		
/* accordion */
	.accordion dt	{
		cursor:pointer;
		font-size:1.143em;
		line-height:1.625em;
		color:#dfdfde;
		text-decoration:underline;
	}
	.accordion dd {
		display:none;
		overflow:hidden; /*important for accordeon*/
	}
	.accordion dd.dis_block {
		display:block;
	}
			.accordion dd ul li {
				font-size:1.143em;
				line-height:1.625em;
				width:100%;
				overflow:hidden;
				vertical-align:top;
			}
				.accordion dd ul li a {
					color:#8eeeff;
					background:url(../images/marker.gif) no-repeat left 10px;
					padding-left:11px;
					display:block;
				}
				
/* custom forms */

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: #fff url(../images/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
	width:205px !important;
}

.jqTransformInputInner {
	background: transparent url(../images/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-size:12px;
	line-height:1.4em;
	vertical-align: top;
	color:#373a3b;	
	border: none;
	padding: 8px 0px 0 14px;
	margin: 0px;
	background:transparent;
	float:left;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 8px 0 2px 14px;
	margin: 0 -20px 0 0;
}
* html .jqTransformInputWrapper {
	width:205px !important;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 8px 0 2px 14px;
}


.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0 0 0 2px;
}
.jqTransformSafari .jqTransformInputInner div input {
	position: absolute;
	top: -3px;
	left: -2px;
	height: 31px; 
}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:77px !important;
	position:relative;
	height: 31px;
	background: url(../images/select_left.gif) no-repeat top left #fff;
	float:left;
	color:#373a3b;
}
	.style1 .jqTransformSelectWrapper {
		width:59px !important;
		margin:0 2px;
	}
		.style1 .jqTransformSelectWrapper ul {
			width:59px !important;
		}
	.style2 .jqTransformSelectWrapper {
		width:65px !important;
	}
		.style2 .jqTransformSelectWrapper ul {
			width:65px !important;
		}
	.style3 .jqTransformSelectWrapper {
		width:205px !important;
	}
		.style3 .jqTransformSelectWrapper ul {
			width:205px !important;
		}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 9px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
	/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 31px;
	background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 32px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:77px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 6px 9px;
	text-decoration: none;
	color:#373a3b;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #8eeeff;
	color:#373a3b;
}

.jqTransformSelectWrapper ul a:hover, 
.jqTransformSelectWrapper ul a.selected:hover {
	background:#004669;
	color: #fff;
}

/*  IE6 */
* html .jqTransformSelectWrapper {
	width:76px !important;
}
* html .style1 .jqTransformSelectWrapper {
	width:60px !important;
}
* html .style2 .jqTransformSelectWrapper {
	width:64px !important;
}
* html .style3 .jqTransformSelectWrapper {
	width:204px !important;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}


/* -- gallery begin --*/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 647px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	display:none;
}
div.nav-controls {
	width:277px;
	position:absolute;
	right:0;
	bottom:0;
	font-size:1.143em;
}
div.nav-controls a.prev {
	background:url(../images/prev.gif) no-repeat left top;
	width:80px;
	height:32px;
	color:#fff;
	display:block;
	float:left;
	line-height:1.9em;
	padding:0;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:11;
}
	div.nav-controls a.prev:hover {
		text-decoration:underline;
	}
div.nav-controls a.next {
	background:url(../images/next.gif) no-repeat left top;
	width:71px;
	height:32px;
	color:#fff;
	display:block;
	float:right;
	line-height:1.9em;
	padding:0;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:11;
}
	div.nav-controls a.next:hover {
		text-decoration:underline;
	}

div.slideshow-container {
	position: relative;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 621px;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 621px;
	height: 441px;
}

div.slideshow a.advance-link {
	display: block;
	width: 621px;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
	padding:0;
	margin:0;
}
	div.slideshow a.advance-link img {
		padding:0;
		margin:0;
		display:block;
		position:absolute;
		top:0;
		left:0;
	}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height:122px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 621px;
	top: 0;
	left: 0;
}
div.caption {
	padding:32px 0 0 0;
}
	div.caption h4 {
		margin-bottom:12px;
	}
	div.image-title strong {
		color:#ffeaa8;
	}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	position:relative;
	height:441px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width:290px;
	height:341px;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	padding:0 0 17px 13px;
	vertical-align:top;
}

a.thumb:focus {
	outline: none;
}

div.pagination {
	z-index:100;
	position:absolute;
	right:0;
	bottom:-5px;
	text-align:center;
	width:268px;
	height:32px;
	font-size:.929em;
	line-height:1.3em;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	font-weight:bold;
	color:#dfdfde;
	width:19px;
	height:19px;
	display:inline-block;
	margin:0 3px;
	background-repeat:no-repeat;
	background-position:-25px 0;
	background-image:url(../images/pagination-sprite.gif);
}
div.pagination a:hover {
	text-decoration: none;
	color:#000;
	background-position:0 0;
}
div.pagination span.current {
	color:#000;
	background-position:0 0;
}
div.pagination span.ellipsis {
	border: none;
}

/* -- gallery end --*/
