﻿#content .col-2 {
				width: 590px;
				border: 0 dotted blue;
}
.col-2 {
				float: left;
}
#rotate {
				display: block;
				position: relative;
				width: 590;
				height: 397px;
				overflow: hidden;
				margin-bottom: 20px;
}
#rotate a {
				text-decoration: none;
				cursor: pointer;
}
#rotate img {
				border: 0;
				margin: 0;
				padding: 0;
}
#rotate span {
				position: absolute;
				right: 0;
				font-size: 15pt;
				background-color: #000;
				color: #eee;
				filter: alpha(opacity=70);
				opacity: .7;
				padding: 7px;
}
#rotate div {
				height: 397px;
}
