/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px){
/*-------------Menu------------*/
#menuWrapper{
	width: 745px;
	background: url("../images/content-box-shadow_2.png") center bottom no-repeat;
}
#headerMenu>li>a{
	width: 124px !important;
}
#headerMenu>li:first-child>a{
	width: 124px !important;
}	
/*-------------Sub Menu------------*/
.sub-menu{
    width: 123px;
}
.sub-menu .sub-menu{
	margin-left: 124px;
	margin-top: -46px;
}
.sub-menu>li>a{
	font-size: 13px;
}
/*-------------Gallery------------*/
#galleryHolder {
	width: 768px;	
	height: 449px;
}
#galleryHolder>img{
	width: 773px;
	height: 449px;
	left: -3px;
	top: 0px;
}	
#imageHolder{
    width: 745px;
    height: 421px;
    margin: 14px auto;
}
#imgSpinner{
	width: 745px;
	height: 421px;
	top: 14px;
	left: 11px;
}
#controls {
	top: 14px;
	margin-left: 11px;
	width: 745px;
	height: 421px;
}
#galleryDiscription>li>h3{
    font-size: 12px;
}
#galleryDiscription{
    width: 624px;
    font-size: 12px;
}
/*-------------Content Wrapper-----------*/
#pageList > section{
	width: 745px;
}
#boxShadow{
	background: url("../images/content-box-shadow_2.png") center bottom no-repeat;
}
}