#animation2    {
	background-image: url(layout_87_anim2_bg.gif);	
	width: 515px;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 200;
}

#animation2 #prev2    {	
	position: absolute;
	left: 147px;
	top: 80px;
	z-index: 5000;
}

#animation2 #next2    {	
	position: absolute;
	left: 495px;
	top: 80px;
	z-index: 5000;

}

#animation2 #ps_title_3    {
	width: 135px;
	height: 45px;
	position: absolute;
	left: 10px;
	top: 76px;
	background: url(layout_87_anim2_title.gif) no-repeat;	
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 2px;
	line-height: 16px;
	text-align: center;	
	color: #ffffff;
}

#animation2 #ps_content_3    {
	clear: both;
	width: 350px;
	height: 162px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;	
	position: absolute;
	left: 150px;	
	top: 5px;	
	border: 3px solid #b7b7b7;	
	padding-bottom: 3px;
	padding-top: 3px;
	overflow: hidden;
	background-color: #ffffff;
}

#animation2 .ps_item    {
	width: 350px;
	height: 162px;
}


#animation2 .ps_item img    {
	margin-right: 155px;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #b7b7b7;	
	width: 150px;
	height: 150px;	
}


#animation2 dt.item_title    {
	line-height: 12px;
	margin-bottom: 4px;
	width: 180px;
	padding: 2px;
	position: absolute;
	top: 5px;
	left: 162px;
	
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	text-align: center;	
	font-weight: bold;
	color: #ffffff;	
	background-color: #c90000;
		
}

#animation2 dd.item_description    {
	display: none;
}

#animation2 dl.ps_item_stock   {
	clear: both;
	line-height: 12px;
	margin-bottom: 4px;
	width: 185px;
	height: 105px;
	position: absolute;
	top: 64px;
	left: 160px;
	padding: 2px;
	text-align: left;
	overflow: hidden;	
	word-wrap: break-word;	
	font-size: .8em;
}


#animation2 dl.ps_item_stock dt   {
	display: inline;
	float: left;
	padding-left: 3px;
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;/* make nice with small font sizes */
	vertical-align: baseline;/* ! changes table valign */
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul, li {
	list-style: none;
	}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}


/* general site-wide styles */
html, body	{
	height: 100%;
	}
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;/* similar to 12px */
	}

a:link, a:visited	{
	/* text-decoration: none; */
	}
a:hover	{
	/* text-decoration: underline; */
	}
a:active	{}

.clear	{/* clearing class after floats */
	clear: both;
	}
