/* Flip Carousel functional styles */
.caption
{
	background-color:#000000;
	text-align:center;
	padding-top:15px;
	padding-bottom:18px;
	font-family:"HelveticaNeue LT 47 LightCn";
	font-size:23px;
}
.caption a
{
	text-decoration:none;
	color:#FFFFFF;
}
.flip-carousel{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:627px;
	width:265px;
	text-align:left;
}

.flip-carousel > ul{
	margin:0;
	padding:0;
	float:left;
}

.flip-carousel > ul > li{
	width: 200px;
	margin: 0px;
	padding:0px;
	display: inline-block;
	list-style-type:none;
	position: absolute;
	-webkit-perspective: 1500;
	-moz-perspective: 1500;
	-ms-perspective: 1500;
	perspective: 1500;
	height: 500px;
}
.flip-carousel .card {
	position:relative;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	/*-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);*/
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
	height:auto;
	margin: 0px;
	padding: 0px;

}
.flip-carousel .face {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.flip-carousel .front{ z-index:1; }
.flip-carousel .back{ z-index: 0; }

.flip-carousel .back{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	/*-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.ie .flip-carousel .face .empty{
	width:100%;
	height:100%;
}
.flip-carousel .controls {
	display: block;
	margin:0 auto;
	overflow:hidden;
	}
.flip-carousel .controls img {
	padding: 0 0px 0 0;
}
.flip-carousel .controls.dots {
	margin-top: 5px;
}
.flip-carousel .controls li.dot {
	width: 0px;
	height: 0px;
	display: inline-block;
	margin: 0 5px 0 0;
	list-style-type: none;

}

.flip-carousel .controls li.dot.selected{

}

.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:92.5%;
	position: absolute;
	width: 25px;
	height: 29px;

	background: rgba(0, 0, 0, 0.5);
	z-index:50000;
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	left: 12px;
	top: 17px;
	
	
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel .controls .arrow.left{
	left:20px;
	right:auto;
	background-image:url(../images/glxy_lftarw.png);
	background-repeat:no-repeat;
}
.flip-carousel .controls .arrow.right{
	right:auto;
	left:46px;
	background-image:url(../images/glxy_rgtarw.png);
	background-repeat:no-repeat;
}

.flip-carousel .hide {
	display:none;
}

@keyframes spinning{
	from   { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}

@-webkit-keyframes spinning{
	from   { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(360deg) }
}


@media (min-width: 800px) and (max-width:1024px)
{

/* Flip Carousel functional styles */

.flip-carousel{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:627px;
	width:265px;
	text-align:left;
}

.flip-carousel > ul{
	margin:0;
	padding:0;
	float:left;
}

.flip-carousel > ul > li{
	width: 200px;
	margin: 0px;
	padding:0px;
	display: inline-block;
	list-style-type:none;
	position: absolute;
	-webkit-perspective: 1500;
	-moz-perspective: 1500;
	-ms-perspective: 1500;
	perspective: 1500;
	height: 500px;
}
.flip-carousel .card {
	position:relative;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	/*-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);*/
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
	height:auto;
	margin: 0px;
	padding: 0px;

}
.flip-carousel .face {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.flip-carousel .front{ z-index:1; }
.flip-carousel .back{ z-index: 0; }

.flip-carousel .back{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	/*-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.ie .flip-carousel .face .empty{
	width:100%;
	height:100%;
}
.flip-carousel .controls {
	display: block;
	margin:0 auto;
	overflow:hidden;
	}
.flip-carousel .controls img {
	padding: 0 0px 0 0;
}
.flip-carousel .controls.dots {
	margin-top: 5px;
}
.flip-carousel .controls li.dot {
	width: 0px;
	height: 0px;
	display: inline-block;
	margin: 0 5px 0 0;
	list-style-type: none;
}

.flip-carousel .controls li.dot.selected{
	
}

.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:87.5%;				/* _________ editted _________  */ 
	position: absolute;
	width: 25px;
	height: 29px;
	background:#FF0000;
	background: rgba(0, 0, 0, 0.5);
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	left: 12px;
	top: 17px;
	
	
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel .controls .arrow.left{
	left:20px;
	right:auto;
	background-image:url(../images/glxy_lftarw.png);
	background-repeat:no-repeat;
}
.flip-carousel .controls .arrow.right{
	right:auto;
	left:46px;
	background-image:url(../images/glxy_rgtarw.png);
	background-repeat:no-repeat;
}

.flip-carousel .hide {
	display:none;
}

@keyframes spinning{
	from   { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}

@-webkit-keyframes spinning{
	from   { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(360deg) }
}




/* General and article-specific styles */



article {
	height: 530px; 		/* _________ editted _________  */ 
	text-align:center;	/* _________ editted _________  */ 
	padding: 0px;
	color:#FFF;
	width:247px;		/* _________ editted _________  */ 
}
  
article img{
	max-width: 247;		/* _________ editted _________  */ 
	max-height: 100%;
	padding:0;
}
article img.err{ /* applied when image does not load */
	 width:100%;
	background-color:rgba(0,0,0,0.2);
 }

article span{
	display: block;
	letter-spacing: 0px;
	padding: 0px;
	margin-top: 0px;
	
}

article span + div{

	margin-top:0px;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	width: 113px;
	height: 113px;
}
.caption
{
width:100%;
height:auto;
padding-top:14px;
padding-bottom:14px;
background-image:url(../images/caption_bg.png);
background-repeat:repeat-x;
text-align:center;
font-family:"HelveticaNeue LT 27 UltLtCn";
font-size:24px;
color:#FFFFFF;
margin-top:4px;
}


}

@media (min-width: 664px) and (max-width:800px)
{
.flip-carousel{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:475px;
	width:189px;
	text-align:left;
}


.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:67.5%;				/* _________ editted _________  */ 
	position: absolute;
	width: 25px;
	height: 29px;
	background:#FF0000;
	background: rgba(0, 0, 0, 0.5);
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	left: 12px;
	top: 17px;
	
	
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

/* _________ editted _________  */ 
.flip-carousel .controls .arrow.left{
	left:9px;
	top: 420px;
	left: 8px;
	right:auto;
	background-image:url(../images/glxy_lftarw.png);
	background-repeat:no-repeat;
}
/* _________ editted _________  */ 
.flip-carousel .controls .arrow.right{
	right:auto;
	background-image:url(../images/glxy_rgtarw.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 420px;
	left: 35px;
}

article {
	width:189px;		/* _________ editted _________  */
	height:406px;		/* _________ editted _________  */
	text-align:center;	/* _________ editted _________  */
	padding: 0px;
}
  
article img{
	width:189px;		/* _________ editted _________  */
	height:406px;		/* _________ editted _________  */
	padding:0;
}
.caption
{
	width:75%;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	background-image:url(../images/caption_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"HelveticaNeue LT 27 UltLtCn";
	font-size:24px;
	color:#FFFFFF;
	margin-top:4px;
	padding-left: 25%;
}

}

@media (min-width: 504px) and (max-width:664px)
{

.flip-carousel{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:235px;
	width:189px;
	text-align:left;
}


.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:67.5%;				/* _________ editted _________  */ 
	position: absolute;
	width: 10px;
	height: 29px;
	background:none;
	right:0px;
	
	
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	right: 74px;
	left:auto;
	top: 17px;
	
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;
	right: auto;
	left: 5px;
	width: 20px;
	height: 20px;
}

/* _________ editted _________  */ 
.flip-carousel .controls .arrow.left{
	top: 210px;
	right:auto;
	left:130px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
/* _________ editted _________  */ 
.flip-carousel .controls .arrow.right{
	right:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 210px;
	right:auto;
	left:154px;
}

article {
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	text-align:center;	/* _________ editted _________  */
	padding: 0px;
}
  
article img{
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	padding:0;
}
.caption
{
	width:75%;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	background-image:url(../images/caption_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"HelveticaNeue LT 27 UltLtCn";
	font-size:24px;
	color:#FFFFFF;
	margin-top:4px;
	padding-left: 25%;
	visibility: hidden;
	display:block;
}


}

@media (min-width: 344px) and (max-width:504px)
{
.flip-carousel{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:158px;
	height:195px;
	text-align:left;
}


.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:67.5%;				/* _________ editted _________  */ 
	position: absolute;
	width: 25px;
	height: 29px;
	background:none;
	
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	left: 12px;
	top: 17px;
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

/* _________ editted _________  */ 
.flip-carousel .controls .arrow.left{
	top: 170px;
	left: 108px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
/* _________ editted _________  */ 
.flip-carousel .controls .arrow.right{
	right:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 170px;
	left:130px;
}

article {
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	text-align:center;	/* _________ editted _________  */
	padding: 0px;
}
  
article img{
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	padding:0;
}
.caption
{
	width:75%;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	background-image:url(../images/caption_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"HelveticaNeue LT 27 UltLtCn";
	font-size:24px;
	color:#FFFFFF;
	margin-top:4px;
	padding-left: 25%;
	visibility: hidden;
	display:block;
}



}

@media (min-width: 264px) and (max-width:344px)
{

.flip-carousel{
	display:block;
	margin:0px;
	overflow:hidden;
	position:relative;
	padding:0px;	
	width:264px;
	height:95px;
	text-align:left;
}


.flip-carousel .controls .arrow{
	opacity: .8;
	cursor: pointer;
	top:67.5%;				/* _________ editted _________  */ 
	position: absolute;
	width: 10px;
	height: 29px;
	background:none;

	
}
.flip-carousel .controls .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	background: none;
	left: 112px;
	right:auto;
	top: 50px;
}
.flip-carousel .controls .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left:150px;
	right: auto;
}

/* _________ editted _________  */ 
.flip-carousel .controls .arrow.left{
	top: 40px;
	left: 182px;
	right:auto;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
/* _________ editted _________  */ 
.flip-carousel .controls .arrow.right{
	right:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 40px;
	left:206px;
	right:auto;
}

article {
	width:264px;		/* _________ editted _________  */
	height:95px;		/* _________ editted _________  */
	text-align:center;	/* _________ editted _________  */
	padding: 0px;
}
  
article img{
	width:100%;		/* _________ editted _________  */
	height:564px;		/* _________ editted _________  */
	padding:0;
	bottom:0px;
}
.caption
{
	width:75%;
	height:auto;
	padding-top:14px;
	padding-bottom:14px;
	background-image:url(../images/caption_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"HelveticaNeue LT 27 UltLtCn";
	font-size:24px;
	color:#FFFFFF;
	margin-top:4px;
	padding-left: 25%;
	visibility: hidden;
	display:block;
}





}


