/* Vitacola-Fix for IE6 */
* html #bgbild {
	position:absolute;
	left:0px;
	top:0px;
	margin-top:0px;	
}

/* Gallery Styles */

.motioncontainer-wrap {
	width:700px;
	float:left;
	position:relative;
}
.motioncontainer {
	/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 605px; /* Set to gallery width, in px or percentage */
	height: 76px; /* Set to gallery height */
	background: transparent;
	padding-left: 6px;
}

.motioncontainer a img {
	border: none;
	padding-right: 10px;
}

.motioncontainer a:hover img {
	border: none;
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	/*position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;*/
	visibility: hidden;
	display: none !important;
}

.motioncontainer a:hover {
	color: #a72428; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


.mediabox {
    height: 95px;
    margin-bottom: 15px;
    padding: 8px 53px 0 10px;
    position: relative;
	background: url('../images/mediabox-bg_green.png') top left no-repeat;
}



.mediabox .gallery-previous {
    background: url('../images/mediabox-previous.png') left top no-repeat;
    height: 34px;
    width: 34px;
    float:left;
    cursor:pointer;    
    position:relative;
    top:22px;
    margin-left:2px;
    padding-right:8px;
    display:inline;
}



.mediabox .gallery-next {
    background: url('../images/mediabox-next.png') right top no-repeat;
    height: 34px;
    width: 34px;
    float:left;
    cursor:pointer;
    position:relative;
    top:22px;
    padding-left:10px;
}

.mediabox .gallery-previous:hover {
    background-position: left -48px !important;    
}
.mediabox .gallery-next:hover {
    background-position: right -48px !important;
}
