    #carousel {
        position:relative;
    }
    #carousel .np-block {
        padding: 0;
        list-style: none;
		float:left;
		overflow:hidden;
		width:100%;
    }
    /* Polaroid background image put here */
    /* Need to set the width and height of the polaroid frame */
    #carousel .np-block-block {
        text-align: center;
        display: block;
        float: left;
        position:relative;
		overflow:hidden;
    }
    /* Position the image to fit into the polaroid frame */
    /* We use margin-top to bump it down */
    #carousel .np-block-block img {
		display:block;
        /*width:201px;
        height:127px;
        margin-top:14px;*/
    }
	#carousel li a {
    /*width:201px;
    height:127px;
    position:absolute;
    display:block;
    z-index:2;
    top:14px;
    left:16px;
    text-indent:-999em;*/
}         
	
    /* We put the glare background in here */
    /* We make it a block element and absolute position */
    /* z-index to make sure it appear on top of the image */
       
    .clearfix {
        float: none;
        clear: both;
    }
    /* Skin the button with carousel control sprite*/
    /* Make it position absolute to move it easily */
    #carousel .prev, #carousel .next {
        margin-left: 10px;
        width:37px;
        height:10px;            
        display:block;                
        text-indent:-999em;
        position:absolute;
        bottom:0;  
    	outline:none;            
    }
    /* Individual setting for previous button */
    #carousel .prev {
       background:url(../img/network-leftarrow.png) no-repeat;
		left:338px;
        /*left:-30px;*/
    }
        #carousel .prev:hover {
            /*left:-31px;*/
        }            
    /* Individual setting for next button */
    #carousel .next {
	    background:url(../img/network-rightarrow.png) no-repeat;
		right:312px;
        /*right:-20px;*/
    }
        #carousel .next:hover {
          /*  right:-21px;*/
        }                
    #carousel .pager {
        margin:0 auto;
        text-align: center;
    }
  