#wdsPhoto {
	MARGIN: 10px auto;
	WIDTH: 660px;
	POSITION: relative;
	border: 1px solid #E4E4E4;
}
#wdsPhoto .top {
	MARGIN: 5px;
	OVERFLOW: hidden;
	WIDTH: 650px;
	POSITION: relative;
	HEIGHT: 90px;
}
#wdsPhoto .top DIV {
	DISPLAY: block; FLOAT: left; OVERFLOW: hidden; HEIGHT: 90px
}
#wdsPhoto .top A {
	DISPLAY: block; FLOAT: left; OVERFLOW: hidden; HEIGHT: 90px
}
#wdsPhoto .top .prev {
	BACKGROUND: url(button1.gif); WIDTH: 20px
}
#wdsPhoto .top .thum {
	MARGIN: 0px 5px; OVERFLOW: hidden; WIDTH: 600px
}
#wdsPhoto .top .thum DIV A {
	BORDER-RIGHT: #ccc 2px solid; BORDER-TOP: #ccc 2px solid; FILTER: alpha(opacity=50); BORDER-LEFT: #ccc 2px solid; WIDTH: 109px; MARGIN-RIGHT: 8px; BORDER-BOTTOM: #ccc 2px solid; HEIGHT: 86px; TEXT-ALIGN: center; moz-opacity: 0.5; opacity: 0.5; khtml-opacity: 0.5
}
#wdsPhoto .top .thum DIV A:hover {
	FILTER: alpha(opacity=100); moz-opacity: 1; opacity: 1; khtml-opacity: 1
}
#wdsPhoto .top .thum DIV A.current {
	FILTER: alpha(opacity=70);
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1;
	border: 2px solid #FF6600;
}
#wdsPhoto .top .thum DIV A IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#wdsPhoto .top .next {
	BACKGROUND: url(button2.gif); WIDTH: 20px
}
#wdsPhoto .top .next:hover {
	BACKGROUND-POSITION: 20px 0px
}
#wdsPhoto .main {
	MARGIN: 4px;
	OVERFLOW: hidden;
	WIDTH: 650px;
	POSITION: relative;
	HEIGHT: 450px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #E3E3E3;
}
#wdsPhoto .main IMG {
	POSITION: absolute
}
#wdsPhoto .main DIV {
	POSITION: absolute
}
