#slider{ 
	position: relative;
	float: right;
	 
    width: 196px;
    height: 245px;
    border: 1px solid grey;
    padding:0;
    margin: 0 0 1em 1em;
	}

#bulletBox{
position: absolute;
top: 500px;
text-align: center;
width: 100%;
height: 50px;
z-index: 1000;
display: none;
}

.bullet{cursor: pointer; background: url(images/bulletOff.png) no-repeat; width: 15px; height: 15px; padding: 16px;}

.bulletOn, .bullet:hover{background: url(images/bulletOn.png) no-repeat;}

#sliderContent{
 	 position: relative;
 	 top:0;
 	 left:0;
	display: none; 
	 
 
}