
* {
    margin: 0;
    padding: 0;
}
html, p, h1, h2, h3, h4, h5, h6, code, iframe, em, font, form, a, span, label, img, ul, li, ol, img, strong, strike {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: url(../images/background.png) repeat-x;
}
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
#banner {
    width: 700px;
}
.sidebar {
    background-color: #FFFFFF;
    display: inline;
    float: right;
    height: 200px;
    margin-top: -993px;
    width: 250px;
}
#main_content {
    background-color: #FFFFFF;
    height: 900px;
    margin-top: 0;
    width: 960px;
}

#container {
    background: url(../images/imagegallerybckground.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #F0F0F0;
    height: 147px;
    margin-bottom: 0px;
    margin-left: 160px;
   position: relative;
    width: 626px;
	margin-top:20px;
}
#carousel {
    background-color: #FFFFFF;
    width: 700px;
}
#carousel img {
    height: 98px;
    padding-left: 0;
    width: 124px;
}
#ui-carousel-next, #ui-carousel-prev {
    background: url(../images/leftarrow.png) no-repeat scroll center center transparent;
    display: block;
    height: 75px;
    position: absolute;
    top: 0;
    width: 78px;
    
	
}
#ui-carousel-next {
    background: url(../images/rightarrow.png) no-repeat scroll 0 0 transparent;
    right: -14px;
    top: 38px;
	
	
	
	}
	
#ui-carousel-prev {
    left: -1px;
    top: 38px;
	
}
#ui-carousel-prev > span {
    display: none;
	
}

#ui-carousel-next > span {
    display: none;
	
}


#main_content #banner img {
    margin-left: 130px;
    margin-top: 20px;
	
}
