/*-----IMAGE ROTATOR----------*/
/*#rotator {
	width:940px;
	height:379px;
	margin:0px auto;
	background:url(../images/animation_background.jpg) top center no-repeat;
}*/

.slideshow {position: relative; 
margin:0px auto;
height: 375px; 
width: 940px; 
background-color: #50342c;
border-bottom: #87655a solid 1px; 
overflow: hidden;}
			.slideHolder {position: relative; height:329px; width: 940px; overflow: hidden;}
			.slide { display: none; position: absolute; }
			.slide.current { display: block; }
/*a.inactive img{
cursor: default;
border: #ffffff solid 1px;
}
*/

#rotatorNav{
float: right;
padding-right: 30px;
}
			#play{
			display: none;
			cursor: pointer;
			}
			#pause{
			cursor: pointer;
			}
			a.slideSelector img{
			border: 1px solid #c5ab89;
			margin: 5px 10px 0px 0px;
			}
			a.pause img{
			border: #ffffff solid 0px;
			position: absolute;
			bottom:15px;
			right:12px;
			
			}
			a.play img{
			position: absolute;
			bottom:15px;
			right:12px;
			border: #ffffff solid 0px;
		
			}
			a.siteMap img{
			border: 0px;
			margin: 0px 400px 5px 10px;
			float: left;
			}
a.current img{
border: #fff solid 1px;
}
/*-----END IMAGE ROTATOR----------*/
#left{
width: 60%;
float: left;
margin-bottom: 30px;
}
#left img{
border: #ffffff solid 1px;
}
#right{
float: right;
width: 33%;
margin-bottom: 30px;
}
.imageTitleText{
clear: both;
}
.imageTitleText h3{
margin: 0px;
padding: 0px;
}
.imageTitleText p{
line-height: normal;
margin: 0px;
padding: 0px;
}
.imageTitleText img{
float: left;
margin: 0px 10px 0px 0px;
border: #ffffff solid 1px;
margin-bottom: 15px;
}
h2{
letter-spacing: 2px;
text-transform: uppercase;
color: #c5ab89;
font-size: 14px;
margin-top: 30px;
}
h3{
font-weight: bold;
font-size: 12px;
}
p{
line-height: 160%;
}
