img {border: 0}
.t1 {
        display: none;
}
#t2 {
        color: #8a8a8a;
        font-style: italic;
        text-align: center;
        width: 600px;
}
.big_photo {
	width: 600px;
	height: 400px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 30px;
	overflow: hidden;
	xmargin-left: 48px;
	xmargin-right: 48px;
}

.big_photo table,.big_photo tr,.big_photo td {
	height: 100%;
	text-align: center;
	width: 100%;
}

.control {
	//margin-left: 15px;
	background-color: #F0F0F0;
	clear: left;
	float: left;
	height: 25px;
	margin: 0;
	margin-bottom: 14px;
	margin-left: 270px;
	margin-top: 5px;
	padding: 0;
	width: 59px;
	xborder: 1px solid #FF0000;
	xmargin-right: 30px;
	xmargin-top: 17px;
	xpadding-left: 6px;
	xpadding-top: 6px;
}

.control_play {
	background-image: url("/images/pause.gif");
	background-repeat: no-repeat;
	xbackground-color: #008000;
}

.control_stop {
	xbackground-color: #FFFF00;
	background-image: url("/images/play.gif");
	background-repeat: no-repeat;
}

.item {
	border: 2px solid #BABBC0;
	height: 100px;
	xoverflow-y: hidden;
}

.item_active {
	border: 2px solid #D69E25;
	height: 100px;
	xoverflow-y: hidden;
}

#content {
	background-color: #FFFFFF;
	min-height: 720px;
}

#control_left {
	background-image: url("/images/prev.gif");
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	height: 13px;
	margin-left: 6px;
	margin-top: 6px;
	width: 13px;
	xbackground-color: #FF0000;
}

#control_play {
	cursor: hand;
	cursor: pointer;
	height: 13px;
	margin-left: 4px;
	margin-top: 6px;
	width: 13px;
}

#control_right {
	background-image: url("/images/next.gif");
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	height: 13px;
	margin-left: 4px;
	margin-top: 6px;
	width: 13px;
	xbackground-color: #FF0000;
}

#lenta {
	clear: left;
	height: 150px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: auto;
	width: 600px;
}

#photo_text {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	xborder: 1px solid #FF0000;
	xleft: 55px;
	xposition: relative;
	xtop: -15px;
}