/* for bannerswapper */

#bannerContainer
{
	width: 600px;
	height: 320px;
	position: relative;
}
#bannerContainer img
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#bannerContainerNew
{
	width: 950px;
	height: 475px;
	position: relative;
	padding: 0px;
	margin-top:-10px;
	margin-bottom:-5px;
	margin-left:-5px;
}
#bannerContainerNew img
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}


#blackfriday
{
    width: 950px;
    height: 475px;
    position: relative;
    padding: 0px;
    margin-top:-10px;
    margin-bottom:-5px;
    margin-left:-5px;
}
#blackfriday img
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}


img.show
{
	display: none;
	z-index: 1 !important;	
}
