/* CSS Document */
div.orosButton
{
	position: relative;
	top: 0;
	left: 0;
	height: 68px;
	overflow: hidden;
}

.orosButton img
{
	position: relative;
	top: 0;
	left: 0;
	height: 136px;
	border: 0;
}

.orosButton img:hover
{
	top: -68px;
}



div.categoryButton
{
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	overflow: hidden;
}

.categoryButton img
{
	position: relative;
	top: 0;
	left: 0;
	height: 60px;
	border: 0;
}

.categoryButton img:hover
{
	top: -30px;
}

div.categoryButtonOn
{
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	overflow: hidden;
}

div.categoryButtonOn img
{
	position: relative;
	top: -30px;
	left: 0;
	height: 60px;
	overflow: hidden;
}


.propPictures
{
	position: relative;
	width: 609px;
	height: 455px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.propPictures img
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 455px;
	border: 1px solid #68664D;
}

#Container
{
	position:absolute;
	top:455px;
	left: 191px;
	width:607px;
	height: 144px;
	overflow: auto;
	background-color: #7F7D68;
	border: 1px solid #68664D;
}
.thumbsContainer ul
{
	margin: 0;
	padding: 0;
	padding-top: 7px;
	list-style-type: none;
}
.thumbsContainer ul li
{
	float: left;
	padding-left: 10px;
	
}
.thumbsContainer ul li a
{
}
.thumbsContainer ul li a img
{
	height: 100px;
	border: 1px solid #605E47;
	border-bottom: 4px solid #605E47;
}
.thumbsContainer ul li a img:hover
{
	border: 1px solid #D8D8D1;
}

