/* styling for the image wrapper  */
#image_wrap {
    /* dimensions */
    width:700px;
    padding:15px 0;
 
 	margin:0 auto;
 	
    /* centered */
    text-align:center;
 
    /* some "skinning"  */
    background-color:#efefef;
    border:2px solid #fff;
    outline:1px solid #ddd;
    -moz-ouline-radius:4px;
}

/* this makes it possible to add next button beside scrollable */
.link {
    margin:0 auto; 
    width: 650px; 
    height:20px; 
    text-align:center;
	font-family: Tahoma;
    font-size: 24px;
    color: #4b6c9e;
}

.link a
{
    text-decoration: none;
    color: #4b6c9e;
}