
/* #Base 1200 and larger Grid
================================================== */
@media only screen and (min-width: 880px) {

#wowslider-container1 { 
/*	overflow: hidden; */
	position:absolute;
	z-index:12600;
	zoom: 1; 
	width:580px;
	height:301px;
	margin:0 auto;
	background-image: none;
}

#wowslider-container1 .productText {
	position:absolute;
	z-index:12600;
	margin-top: -328px;
	margin-left: -90px;
	width:360px;
}
.productText .proName{
	font-size:24px;
	color:#48474d;
	font-family: "HelveticaLTStd Bold 0", Helvetica, sans-serif;
	margin-bottom:-25px;
	text-transform:uppercase;
}
 .productText .proFeature{
	font-size:13px;
	color:#7a7880;
	font-family: "HelveticaLTStd Roman 0", Helvetica, sans-serif;
	margin-bottom:-18px;
}
.productText .proText{
	font-size:12px;
	color:#48474d;
	line-height:14px;	
}

#wowslider-container1 .ws_images{
	position: absolute;
	margin-top: -157px;
	margin-left: 480px;
	width:178px;
	height:294px;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
/* bottom center */

#wowslider-container1  .ws_bullets {  
	float: right;
	position:absolute;
	z-index:70000;
	right:0px;
	margin-right:-180px;
	text-align:right;
	margin-top:118px;
}

#wowslider-container1 .ws_bullets a {
	padding-left:11px; 
	font-size: 11px; 
	color:#fff;
	width:13px;
	height:13px;
	background: url(../../images/bullet.png) left top;
	float: left;
	background-repeat:no-repeat;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 18%;
	background: url(../../images/bullet_over.png) left top;
	background-repeat:no-repeat;	
}

#wowslider-container1 .ws-title{
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding:0px;
	z-index: 15000;
	width:280px;
	font-size:11px;
	font-family: "HelveticaLTStd Bold 0", Helvetica, sans-serif;
	/*opacity:0.8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	*/
}
#wowslider-container1 .ws-title div{
	padding-top:25px;

}
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 879px) {
#wowslider-container1 { 
/*	overflow: hidden; */
	position:absolute;
	z-index:10;
	zoom: 1; 
	width:98%;
	margin:0 auto;
}

#wowslider-container1 .productText {
	display:block;
	width:100%;
	margin-top:-6px;
}
.productText .proName{
	font-size:18px;
	color:#48474d;
	font-family: "HelveticaLTStd Bold 0", Helvetica, sans-serif;
	margin-bottom:-20px;
	text-transform:uppercase;
}
 .productText .proFeature{
	font-size:12px;
	color:#7a7880;
	font-family: "HelveticaLTStd Roman 0", Helvetica, sans-serif;
	margin-bottom:-18px;
	width:70%;
}
.productText .proText{
	font-size:12px;
	color:#48474d;
	line-height:14px;
	width:70%;
}

#wowslider-container1 .ws_images{
	margin-top: 15px;
	margin-left: 0px;
	width:80%;
	height:80%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	width:60%;
	max-width:138px;
	float:right;
	right:-27px;
}
/* bottom center */

#wowslider-container1  .ws_bullets {  
	float: left;
	position:absolute;
	z-index:1000;
	margin-left:0px;
	margin-top:38px;
}

#wowslider-container1 .ws_bullets a {
	padding-left:11px; 
	font-size: 11px; 
	color:#fff;
	width:13px;
	height:13px;
	background: url(../../images/bullet.png) left top;
	float: left;
	background-repeat:no-repeat;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 18%;
	background: url(../../images/bullet_over.png) left top;
	background-repeat:no-repeat;	
}

#wowslider-container1 .ws-title{
	position:absolute;
	margin-bottom: 0px;
	z-index: 100;
	right:0px;
	
	font-family: "HelveticaLTStd Bold 0", Helvetica, sans-serif;
	/*opacity:0.8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	*/
}
#wowslider-container1 .ws-title div{
	padding-top:25px;

}	
	

}