* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a img {
	border: none;
}

/* THUMBS */
.thumb img {
	height: 54px;
	width: 54px;
}
.thumbs li {
	border: 1px solid #ccc;
	width: 54px;
	height: 54px;
	padding: 2px;
	margin: 0 20px 15px 0; 
	float: left;
	
}

.selected {
	padding: 0 !important;
	border: 3px solid #69bfe7 !important;
}

.thumbs li:hover {
	border: 1px solid #69bfe7;
}


/* PAGINATION */



.bottom {
	border-top: 1px dotted #767368;
	clear: both;
	width: 300px;
	height: 30px;
	padding: 2px 0 0 0;
	margin: 10px 0 0 0;
}

.pagination .current {
	display: none;
}

.link-next, .link-prev {
	height: 15px;
	width: 45px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 0 0 0;
}

.link-next {
	float: right;
	background: url(../i/next.gif) no-repeat center right;
}

.link-prev {
	float: left;
	background: url(../i/prev.gif) no-repeat center left;
	padding-left: 15px;
}

.link-num {
	display: none;
}


/* IMAGE */

#slideshow {
	width: 540px;
	height: 456px;
	
}

#image {
	margin-right: 16px;
}

.advance-link:hover {
	cursor: pointer;
}

/* CAPTION */

#caption {
	position: relative;
	border: none;
	background: url(../i/trans.png);
	height: 30px;
	width: 520px;
	margin: 0 0 0 0px;
	padding: 10px;
	top: -50px;
	color: #333;
	display: none;
}

#caption .image-title {
	margin: 0 0 5px 0;
	font-weight: bold;
}



