/* Start of CMSMS style sheet 'MILKBOX' */
/* ---------- CSS STYLES ---------- */


/* ---------- MILKBOX ---------- */

#mbOverlay {
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 100%;
	background: #000;
	z-index: 10000;
}

#mbCenter {
	position: absolute;
	left: 50%;
	top: 10%;
	border: 5px solid #aaa;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	z-index: 100000;
}

.mbLoading {
	background: url(images/milkbox/loading.gif) center no-repeat #fff;
}

#mbCanvas {
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}



/* ---------- MILKBOX BOTTOM ---------- */

#mbBottom { 
	padding: 10px 10px 25px 10px;
	text-align: left;
}



/* ---------- MILKBOX NAVIGATION ---------- */

#mbNavigation {
	float: right;
	width: auto;
}

#mbCount {
	padding: 10px;
	text-align: right;
}

#mbDescription {
	padding: 0px 10px 0px 0px; 
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause {
	cursor: pointer;
	display: block;
	float: right;
	width: 25px;
	height: 20px;
	text-align: center;
}

#mbPrevLink {
	background: url(images/milkbox/prev.gif) no-repeat transparent;
}

#mbNextLink {
	background: url(images/milkbox/next.gif) no-repeat transparent;
}

#mbPlayPause {
	background: url(images/milkbox/play-pause.gif) no-repeat transparent;
}

#mbCloseLink {
	background: url(images/milkbox/close.gif) no-repeat transparent;
}
/* End of 'MILKBOX' */

