#main {
    width: 310px;
    margin:  0 auto;
	font-family: helvetica,'Georgia',arial,sans-serif;
}

#main-inner {
    position: relative;
    height: 270px;
    width: 290px;
}

#slider {
    height: 270px;
    width: 290px;
	 
}

#slider figure {
    height: 268px;
    width: 290px;
    margin: 0;
    position: relative;
}

#slider img {
    left: 0;
    top: 0;
}

#slider figcaption {
    position: absolute;
    bottom: 0;
    width: 280px;
    padding-left: 10px;
    color: #D5D5D5;
    margin: 0;
    border-top: 1px solid #979797;
    border-bottom: 0;
    background: #222;
    opacity: 0.9;
    font-weight: 100;
    -moz-opacity: 0.9;
    filter:alpha(opacity=9);
}

#slider figcaption h2 {
    font-size: 14px;
    line-height: 12px;
    font-weight: 100;
    color: white;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

#slider figcaption p {
    font-size: 13px;
}



/* SLIDER CONTAINER */

.slider-container {
    border: 1px solid #222;
    width: 290px;
    height: 268px;
    overflow: hidden;
}

#main a, #main a:hover, #main a:visited {
    text-decoration: none;
    color: #fff;
}

.previousBtn, .nextBtn {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=7);
}

.previousBtn:hover, .nextBtn:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=9);
}

.previousBtn {
    left: 10px;
}

.nextBtn {
    right: 10px;
}

/* PAGiNATION */
.pagination {
    position: absolute;
    top: 10px;
    margin: 0;
    padding: 0;
    right: 6px;

}

.pagination li {
    list-style: none;
    float: left;
    margin: 0 5px;
}

.pagination li a {
    width: 10px;
    height: 10px;
    border-radius: 23px;
    background: #fff;
    text-indent: -9999px;
    display: block;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=5);
}

.pagination li.currentPagination a, .pagination li a:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter:alpha(opacity=9);
}
