/* Style table for carousel in the middle of the main page of novynar*/
/*Style for the main div off carousel*/
.motioncontainer {
    margin:0 auto;
    width: 631px;
    text-align:left;
	height:150px;
	padding-top:10px;
}

/*Style for the picture in the center of buttons*/
.button{
    margin-top:70px;
    border:0px;
}
/*Style for left button*/
.div_l{
    position: absolute;
    top:0px;
    left:0px;
	cursor:pointer;
	height:139px;
	width:34px;
}
/*Style for right button*/
.div_r{
    position: absolute;
    top:0px;
    right:1px;
	cursor:pointer;
	height:139px;
	width:34px;
} 

.picture{
    float:left;
    padding-left:6px;
    padding-right:6px;
    margin-bottom:5px;
    margin-top:5px;
}

.div_l .button {
	margin-top:0px;
}
.div_r .button {
	margin-top:0px;
}
