#slideshow
{
	list-style: none;
	color: #FFF;
}
#slideshow SPAN
{
	display: none;
}
#wrapper
{
	width: 706px;
	margin: 0px auto 50px;
	display: none;
}
#wrapper *
{
	margin: 0;
	padding: 0;
}
#fullsize
{
	position: relative;
	width: 700px;
	height: 350px;
	padding: 2px;
	border: 0px solid #222;
	background: #FFF;
	overflow: hidden;
}
#information1
{
	position: absolute;
	bottom: 0;
	width: 700px;
	height: 0;
	background: #111;
	color: #FFF;
	overflow: hidden;
	z-index: 200;
	opacity: .8;
	filter: alpha(opacity=80);
}
#information1 H3
{
	padding: 4px 8px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
#information1 P
{
	padding: 8px;
	color: #FFF;
}
#image
{
	width: 700px;
}
#image IMG
{
	position: absolute;
	z-index: 25;
	width: auto;
	height: 350px;
}
* HTML #image IMG
{
	width: expression( document.body.clientWidth > 499 ? "700px" : "auto" );
	width: auto !important;
	height: expression( document.body.clientHeight > 349 ? "350px" : "auto" );
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 356px;
	cursor: pointer;
	z-index: 150;
}
#imgprev
{
	left: 10px;
	background: url(http://www.designmycart.com/tiny-slideshow/left.gif) no-repeat left center;
}
#imgnext
{
	right: 10px;
	background: url(http://www.designmycart.com/tiny-slideshow/right.gif) no-repeat right center;
}
#imglink
{
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover
{
	background: url(http://www.designmycart.com/tiny-slideshow/link.gif) no-repeat center center;
}
#thumbnails
{
	margin-top: 15px;
}
#slideleft
{
	float: left;
	width: 20px;
	height: 81px;
	background: #222326 url(http://www.designmycart.com/tiny-slideshow/scroll-left.gif) no-repeat center center;
}
#slideleft:hover
{
	background-color: #2C91E8;
}
#slideright
{
	float: right;
	width: 20px;
	height: 81px;
	background: #222 url(http://www.designmycart.com/tiny-slideshow/scroll-right.gif) no-repeat center center;
}
#slideright:hover
{
	background-color: #2C91E8;
}
#slidearea
{
	float: left;
	position: relative;
	width: 666px;
	height: 77px;
	background: #222;
	padding-top: 4px;
	overflow: hidden;
}
#slider
{
	position: absolute;
	left: 0;
	height: 81px;
	padding-left: 10px;
}
#slider IMG
{
	cursor: pointer;
	border: 1px solid #08F;
	padding: 2px;
	height: 65px;
	width: 120px;
}
