/* 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: 590px;
    text-align:left;
	height:120px;
	/*padding-top:10px;*/
}

/*Style for the picture in the center of buttons*/
.button{
    margin-top:65px;
    border:0px;
}
/*Style for left button*/
.div_l{
    position: absolute;
    top:32px;
    left:14px;
	cursor:pointer;
	height:42px;
	width:25px;
}
/*Style for right button*/
.div_r{
    position: absolute;
    top:32px;
    right:15px;
	cursor:pointer;
	height:42px;
	width:25px;
} 

.picture{
    float:left;
    padding-left:9px;
    padding-right:9px;
    margin-bottom:5px;
    margin-top:8px;
}

.div_l .button {
	margin-top:0px;
}
.div_r .button {
	margin-top:0px;
}