.associate_me_gallery_container
{
	position: relative;
	width: 320px;
	height: 240px;
	background-color: #000000;
	overflow: hidden;
}

.associate_me_gallery_container .associate_me_content_loading_container
{
	position: absolute;
	background-color: #000000;
	border: 1px solid #000000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	
}

.associate_me_gallery_container .controls
{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -45px;
	width: 100%;
	height: 90px;
	opacity: 0.75;
	z-index: 10;
}

.associate_me_gallery_container .controls .previous
{
	position: absolute;
	left: 10px;
	top: 28px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.associate_me_gallery_container .controls .next
{
	position: absolute;
	right: 10px;
	top: 28px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.associate_me_gallery_container .controls .play
{
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 28px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.associate_me_gallery_container .controls .pause
{
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 28px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}


.associate_me_gallery_container .frame
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 320px;
	height: 240px;
	overflow: hidden;
	
}

