#videoContainer{
	background:url(http://www.mtrfoods.com/images/loader.GIF) no-repeat center center;
	width: 100%;
	/*height:330px;*/
	/*padding:0px 20px 0px 0px;*/
	margin:20px 0 30px 0;
	float:left;
}
#thumbContainer{
	/*width:91%;*/
	/*height:330px;*/
	padding:0 30px;
	margin:0;
	float:left;
}
#thumbContainer ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#thumbContainer ul li{
	padding:5px 0;
	margin:0px;
	float:left;
	cursor: pointer;
	width:auto;
}

#desc {
	font-weight:bold;
	padding-top:10px;
}

#thumbContainer{
    position: relative;
}


#thumbContainer .flex-prev, #thumbContainer .flex-next{
    
    position: absolute;
    top: 38%;
    display: block;
    background-repeat: no-repeat;
    text-indent: 999em;
    width: 22px;
    height: 22px;
}

#thumbContainer .flex-prev{
    background: url("../rotating_gallery/skins/tango/leftArrow.png");
    left: 0;
   
}

#thumbContainer .flex-next{
    background: url("../rotating_gallery/skins/tango/rightArrow.png");
    right: 0;
   
}

/*.flex-viewport {
    height: 315px!important;
}*/
@media only screen and (min-width : 0px) and (max-width : 640px){
	#videoContainer{
		margin-bottom: 50px;
	}
	#thumbContainer{
	}
	.flex-viewport {
	    height: none;
	}

}
@media only screen and (min-width : 0px) and (max-width : 480px){

	#videoContainer{
		max-width: 100%;
	}
	

}