@charset "UTF-8";
/* CSS Document */

#motioncontainer {
	 position:relative;
	 width:245px;
	 height:82px;
	 overflow:hidden;
}

#motioncontainer a img {
    border: 1px solid #000000;
}

#motioncontainer a:hover img {
    border: 1px solid #FFF;
} 

#motioncontainer a:hover {
    color: #EE3338;
}

#motiongallery {
	 position:absolute;
	 left:0;
	 top:0;
	 white-space:nowrap;
}

#motionleftObj, #motionrightObj {
	width:20px;
	height:80px;
	border-style:none;
	cursor:pointer;	
}

#motionbox {
	margin: 47px 0 0 9px;
}

#statusdiv{
    position: absolute;
    padding: 2px;
    left: -300px;
    background-color: white;
    border: 1px solid gray;
    visibility: hidden;
}

.navigation {
	display: table-cell;
	vertical-align: middle;
	height:40px;
	width:500px;
	text-align:center;
	text-decoration:none;
	margin:0;
}

.thumb{
	height:75px;
	width:75px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;;
	margin:2px;
}

.parent {
  height: 500px;
  width: 500px;
  position: relative;
  border-style:none;
  border-width:0px;
  margin:0;
  text-align:center;
  
  overflow:hidden;/*ADDED THIS TO FIX ie6 BUG */
}

.parent img {
  text-align:left;
  max-height: 500px;
  max-width: 500px;  
/*   width:auto;  
  height:auto;*/
 /* width: 100%;  ADDED THIS TO FIX ie6 BUG */
  width:auto;
  margin: 0 auto;
}
/*img.parent {
  max-height: 500px;
  max-width: 500px;  
  width:auto; 
  width: 100%;  ADDED THIS TO FIX ie6 BUG 
display:block;
  margin: 0 auto;
}*/
.wrapper {
  position: absolute;
  top: 50%;
  left:50%;
}

