
    /* Prevent the slideshow from flashing on load */
    #slides {
      display: none
    }

    /* Center the slideshow */
    .container {
      margin: 0 auto
    ;position: relative;
}

    /* Show active item in the pagination */
    .slidesjs-pagination a {
      color:transparent;
      background:url(../images/radioUnchecked.png) no-repeat;
      width:13px;
      height:13px;
      display:inline-block;
      
    }

    .slidesjs-pagination .active {
      color:transparent;
      background:url(../images/radioChecked.png) no-repeat;
      width:13px;
      height:13px;
      display:inline-block
    }

	
	.slidesjs-container {
		max-height:430px !important;
		padding-bottom: 40px;
	}

    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 10px;
        padding-right: 10px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 850px
      }
    }
.slidesjs-navigation {
	color:#6d6d6d;
	font-size:11px;
	position:absolute;
}
.slidesjs-previous {
	left:10%;
}
.slidesjs-next {
	right:10%;
}

ul.slidesjs-pagination {
	margin:0 auto;
	width:auto;
	text-align:center;
}
.slidesjs-pagination li {
	width:13px;
	display:inline-block;
	margin:0 2px;
}