/*---------------*/
/*----- HOME ----*/
/*---------------*/


/*---- SLIDER ------*/

#sliderFrame {
	width:908px;
	margin:-5px auto; /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/
	padding:35px 20px;
	border:1px solid #CCC;
	/*background-color:#FFF;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
   

#slider {
	float: left;
	width: 668px; height: 381px; 			/*SAME SIZE AS YOUR IMAGE*/
	position: relative;
	/*margin: 0 auto;*/													/*MAKE THE SLIDER CENTER ALIGNED*/
}


#slider img {
	position:absolute;
	border:none;
	visibility:hidden;
}


/* the link style (if an image is wrapped in a link) */

#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
	box-shadow: inset 0 0 10px black;
}



/* Caption styles */

div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px;
	left:120px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:10px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:0;
}

div.mc-caption-bg {
	background:#DDD; /*Caption background color. Can be set to "background:transparent;", or set to semi-transparent through the sliderOptions.captionOpacity setting in the javascript.*/
	border:1px solid white;
	border-radius: 5px;
}

div.mc-caption {
	font:bold 18px/16px 'Oswald';
	text-transform: uppercase;
	text-shadow: 0 0 3px grey;
	letter-spacing: .15em;
	color:#490202;
	z-index:4;
	text-align:center;
}

@-moz-document url-prefix(){
	div.mc-caption {
		font-weight: 500;
	}
}


div.mc-caption a { 
	color:#060;
}



/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/

div.navBulletsWrapper  {
	display:none;
}


/*thumbnails*/

#thumbs {
    float:left;
    margin-left:10px;
    margin-top: 0;
    width:230px;
    font:normal 11px/13px Arial;
    border-top:1px solid #CCC;
    color:#666;
    box-shadow: 0 0 3px grey;
}


#thumbs .thumb {
	border:1px solid #CCC;
	border-top:1px solid #FFF;
	padding:10px 6px;
	background:#EEE;
	margin-bottom: 0;
	box-shadow: none;
}


#thumbs .thumb-on {
    background:#FFF;
}



#thumbs img {
	border:1px solid #DDD;
	cursor:pointer;
	width:70px;
	height:44px;
}



#thumbs .frame {
	float:left;
	padding:2px;
	border:1px solid #CCC;
	background:white;
	/*border-radius:3px;*/
	box-shadow:0 0 3px #BBB;
	font-size:0;
	line-height:0;
}


#thumbs .thumb-content {
	float:left;
	width:124px;
	padding-left:5px;
}



/* Captions in #thumbs .thumb-content */

#thumbs .thumb-content p {
	font-weight:bold;
	color:#490202;
	margin:0 0 2px;
	padding:0;
}


#thumbs .thumb-on .thumb-content p {
	color:#BB0000;
}



/* --------- Others ------- */

#slider {

	transform: translate3d(0,0,0);

	-ms-transform:translate3d(0,0,0);

	-moz-transform:translate3d(0,0,0);

	-o-transform:translate3d(0,0,0);

}

#picHelp{
	width: 668px;
	text-align: center;
	font-family: sans;
	font-size: 0.4em;
	color: #8B8B8B;
	text-transform: uppercase;
	letter-spacing: .3em;
}



/*---- CONTENT ------*/


div#content  {
	width: 837px;
	margin-left: 38px;
}

div#content h2 {
	/* color: #490203; */
	margin-bottom: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 0 0 3px grey;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

div#imageframe{
	width: 250px;
	/* position: absolute; */
}

div#content img {
	box-shadow: none;
}

div#content p span {
	margin-left: 50px;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content ul {
	/* margin-left: 230px; */
	margin: 0;
	font-family: 'Marcellus', sans-serif;
	width: 200px;
	display: inline-block;
}

div#content p#emphasis{
	color: red;
	font-size: 1.7em;
	text-align: center;
	font-weight: 600;
	font-style: italic;
}

@-moz-document url-prefix(){
	div#content p#emphasis {
		font-weight: 500;
	}
}
