img{ behavior: url(http://www.thermaltake.com/css/iepngfix.htc) }
div{ behavior: url(http://www.thermaltake.com/css/iepngfix.htc) }
backgound-image: url(iepngfix.htc) }

	 

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-500px;
            }
    /* // image replacement */
			
 		

/* Easy Slider */
	#container{
		text-align:center;
		width:860px;
		position:relative;
		margin: 0 0 0 7px;
	}

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:860px;
		height:120px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:120px;
		position:absolute;
		left:-50px;		
		top:41px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:885px;
		}														
	#prevBtn a, #nextBtn a{
		behavior: url("http://www.thermaltake.com/css/iepngfix.htc"); 
		display:block;
		width:30px;
		height:77px;

	background:url(../../images/arrow-l.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
	background:url(../../images/arrow-r.png) no-repeat 0 0;	
		}									

/* // Easy Slider */