﻿* {
	padding: 0;
	margin: 0;
}


.gallery-more li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 5px;
	color: #c2b590;
	font: 13px "Times New Roman";
}

img {
	border: none;
}

.gallery-pagination a, .gallery-more a{ 
	color: #c2b590;
	text-decoration: none;
}

#gallery-wrapper {
	width: 436px;
	height: 301px;
	background-image: url(../images/SlideShowBg.png);
    background-repeat: no-repeat;
    font: 13px "Times New Roman";
    color: #c2b590;
    position: absolute;
    top: 17px;
    right: 90px;
}

#gallery-image {
	padding: 10px 15px;
	height:250px;
	width: 400px;
}

.gallery-more {
	display: block;float: left;
	text-align: center;
	min-width: 100px;
}


.gallery-pagination {
	display: block;
	width: 75px;
	float: left;
	padding: 0 10px;
}

#control {
	float: right;
	min-width: 340px;
	position: relative;
}

.gallery-more .active {
	color: #f26521;
}

.gallery-title {
	font-size: 1.2em;
}

.error {
	color: #f00;
}

.error-highlight {
	border: 1px solid #f00;
}