﻿#container1 {
    height: 226px;
    width:940px;
    background-repeat: no-repeat;
    position:relative;
	z-index:1;
	margin-top:-98px;
}

div#carousel1 {
    height: 203px;
    width:650px;
    position:relative;
    margin-left: 191px;
    overflow:scroll;
	visibility:hidden;
}

#carousel1 img {
    border:0;
}

input#left-but 
{
	position:absolute;
	top: 90px;
	left: 846px;
	background-image:url('/assets/poc/carousel/rightArrow.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    outline: none;
    text-indent:-9999px;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
	z-index:2;
	padding:0px;
}

input#right-but 
{
	position:absolute;
	top: 90px;
	left: 192px;
	background-image:url('/assets/poc/carousel/leftArrow.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 34px;
    height: 34px;    
    cursor: pointer;    
    outline: none;
    text-indent:-9999px;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
	z-index:3;
	padding:0px;
}

#button 
{
	position:absolute;
	top: 150px;
	left: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
}

#button img
{
    border: 0;
}

/* hack */

/*
img, .png
{
	position: relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",         this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",         this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),         this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",         this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
*/
