/*---------------------------------------------*/
/*------------ PLASTIC FABRICATION ------------*/
/*---------------------------------------------*/


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

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

#content #imagegallery {
	 margin-left: 290px;
	 padding-left: 46px;
	 /* position: absolute; */
	 text-align: center;
}

@-moz-document url-prefix(){
	div#content div#imagegallery {
		margin-left: 380px;
		display: inline-block;
	}
}

#content #imagegallery img {
	float: initial;
	width: 75px;
	margin: 0 20px 10px 0;
	border-style: solid;
	border-width: 4px;
	border-color: white;
}

#content ul{
	margin-left: 230px;
	font-family: 'Marcellus', sans-serif;
}

#content img#example {
	float: right;
	width: 139px;
	padding: 25px 10px;
	margin: 0;
	margin-top: -25px;
	box-shadow: none;
}

#advantages {
	background: lightgrey;
	border-radius: 10px;
	height: 290px;
	width: 858px;
	box-shadow: 0 0 10px black inset;
	padding-right: 20px;
	margin-left: -23px;
}

#content #rotational-molding-advantages {
	float: right;
	width: 837px;
	box-shadow: none;
	margin: 20px 0;
}

h3 {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bolder;
	padding-top: 15px;
	font-size: 1.7em;
	margin-bottom: 10px;
}

@-moz-document url-prefix(){
	h3 {
		font-weight: 500;
	}
}

#emphasis {
	margin-bottom: 0;
}

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

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


/* IMAGE SWITCHER */
#switcher {
	float: left;
	width: 373px; height: 320px; 			/*SAME SIZE AS YOUR IMAGE*/
	background: white url(./images/loading.gif) no-repeat 50% 50%;
	position: relative;
	/*margin: 0 auto;*/													/*MAKE THE SLIDER CENTER ALIGNED*/
}

#switcher img {
	position:absolute;
	border:none;
	visibility:hidden;
	width: 320px;
}

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

#switcher 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: 0 0 5px grey;
}

/* Caption styles */

div.mc-caption-bgx, div.mc-caption-bg2x {
	position:absolute;
	width:200px;
	height:auto;
	padding:10px;
	left:75px; /*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-bgx {
	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-captionx {
	font:bold 18px/16px 'Oswald';
	text-transform: uppercase;
	text-shadow: 0 0 3px grey;
	letter-spacing: .15em;
	line-height: 1.2em;
	color:#490202;
	z-index:4;
	text-align:center;
}

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

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

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

div.navBulletsWrapper  {
	display:none;
}

/*thumbnails*/

#thumbs2 {
    float:left;
    margin-left: 15px;
    margin-top: 21px;
    font:normal 11px/13px Arial;
    /*border-top:1px solid #CCC;*/
    color:#666;
    /*box-shadow: 0 0 3px grey;*/
    width: 449px;
}

@-moz-document url-prefix(){
	#thumbs2 {
		margin-left: 14px;
		width: 450px;
	}
}

#thumbs2 .thumb {
	display: inline-block;
	width: 75px;
	height: 100px;
    padding:10px;
    margin-right: 15px;
    margin-bottom: 15px;
    background:#EEE;
    box-shadow: 0 0 3px grey;
}

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

#thumbs2 img {
	cursor:pointer;
	width:75px;
}

#thumbs2 .frame {
	float:left;
	background:white;
	/*border-radius:3px;*/
	box-shadow:0 0 3px #BBB;
	font-size:0;
	line-height:0;
}

#thumbs2 .thumb-content {
	float:left;
	width:120px;
	padding-left:5px;
}

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

#thumbs2 .thumb-content p {
	font-weight: bold;
	text-align: center;
	font-family: Oswald, Helvetica, sans-serif;
	color: #490202;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0;
	width: 66px;
}

@-moz-document url-prefix(){
	#thumbs2 .thumb-content p {
		font-weight: 500;
	}
}

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

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

#switcher {
	transform: translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
}

#content #under-image {
	margin-top: 342px;
	width: 373px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}