/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - initial public release
DATE: 03/01/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/

body {
}

#imgs-frame {
	position: relative;
	background-color: black;
	height: 390px;
	width: 425px;
/*	border: 4px solid #eee;*/
	overflow: hidden;
	margin-left: -10px;
	margin-top: 15px;
	margin-right: -12px;
	width: 448px;
}

#imgs {
	position: relative;
	top: 0;
	left: 0;
}

#controller {
	padding: 0;
	margin: 7px 0 0 0;
	width: 90px;
	height: 27px;
	float: right;
}

#controller a {
	display: block;
	height: 27px;
	width: 45px;
	float: left;
}

#controller a.prev {
	background: url(../common/leftArrow.png) no-repeat 0 0;
}

#controller a.next {
	background: url(../common/rightArrow.png) no-repeat 0 0;
}

#controller a.prev:hover {
	background-position: 0 -27px;
}

#controller a.next:hover {
	background-position: 0 -27px;
}

#text-frame {
	width: 430px;
	height: auto;
	margin: 10px 0 20px 0 !important;
	margin: 0px 0 20px -2px;				/* fixes a quirk in IE where text-frame pushes the content to be 2px wider (borders) */
	overflow: visible;
}

#text-frame #imgs_title {
	font-weight: normal;
}

#text-frame #imgs_caption {
	font-style: normal;
}

#text-frame #imgs_caption_div {
	width: 430px;
}