.controlDiv{
	clear:both;
	width:630px;
	height:1.3em;
	/*border:solid red 1px;*/
	text-align:center;
	padding:2px;
	background-color:RGB(210,210,255);
}

#prev{
	float:left;
	width:113px;
	color:RGB(80,80,80);
	text-align:left;
}

#nr{
	float:left;
	width:400px;
	text-align:center;
}

#next{
	float:left;
	width:113px;
	color:RGB(80,80,80);
	text-align:right;
}

.controlDiv a{
	color:RGB(80,80,80);
}

#controlDivBigImg{
	clear:both;
	width:626px;
	height:28px;
	/*border:solid red 1px;*/	
	text-align:center;
	padding:7px 2px 6px 2px;
	background-color:RGB(210,210,255);
}

#controlDivBigImg a{
	color:RGB(80,80,80);
}

#start{
	width:50%;
	float:left;
	text-align:right;
}

#stop{
	width:50%;
	float:left;
	text-align:left;
}

#start, #stop{
	padding-top:5px;
}

.prev{
	float:left;
	width:113px;
	color:RGB(80,80,80);
	text-align:left;
}

.nr{
	float:left;
	width:400px;
	text-align:center;
}

.next{
	float:left;
	width:113px;
	color:RGB(80,80,80);
	text-align:right;
}

.next a, .prev a{
	color:RGB(80,80,80);
}

.controlDivBigImg{
	clear:both;
	width:626px;
	height:17px;
	/*border:solid red 1px;*/	
	text-align:center;
	padding:7px 2px 6px 2px;
	background-color:RGB(210,210,255);
}

* html #controlDivBigImg{
	width:630px;
	height:30px;
}