
	
	input[type='checkbox'] {
		/*border: 1px solid #2C698D;*/
	}

/*********************
*	BOX
*********************/
	#projects {
		text-align: center;
		padding-top: 15px;

	}

	.projects {
		width: 100%;
		color: #3a3a3a;
		text-align: left;
		display: none;
	}

	.projects dt {
		background: url( '../images/project_bgr.png' ) repeat-x top;
		height: 44px;
		margin-bottom: 10px;
		line-height: 44px;
		font-weight: bolder;
		cursor: pointer;
	}
	
	.projects dt.active .projects dt span.border-right {
		border: 1px solid red;
	}
	
	.projects dt span.border-right {
		float: right;
		background: url( '../images/project_right.png' ) no-repeat right top;
		height: 44px;
		width: 3px;
	}

	.projects dt .year {
		float: left;
		background: url( '../images/project_left.png' ) no-repeat top right;
		width: 46px;
		height: 44px;
		margin-right: 10px;
		color: #696969;
		font-weight: lighter;
		font: 10px Arial;
		line-height: 44px;
		text-align: center;
	}
	
	.projects dt ul.technologies {
		float: right;
		list-style-type: none;
		text-align: center;
		text-transform: capitalize;
	}
	
	.projects dt .technologies li {
		float: left;
		background: url( '../images/project_logo_bgr1.png' ) no-repeat top right;
		width: 43px;
		height: 44px;
		font-size: 9px;
		overflow: hidden;
	}
	
	.projects dd {
		width: 543px;
		margin: 3px 0;
		padding: 0px;
		margin-left: 25px;
		background: #e9edef;
		background: #e7f1f8;
		border: 1px solid #bebebe;
	}
	
	.projects dd p {
		float: left;
		width: 47%;
	}
	
	.projects dd p strong {
		/*display: block;*/
		padding-top: 5px;
		/*text-decoration: underline;*/
		/*border-bottom: 1px dotted #000;
		border-top: 1px solid #000;*/
		line-height: 20px;
	}
	
	.projects dd p.description {
		margin-left: 15px;
	}
	
	.projects dd p.images {
		margin-left: 15px;
		text-align: center;
	}

	.projects dd p.images span {
		display: block;
		position: relative;
		background: #C9DDEB;
		text-align: center;
	}
	
	.projects dd p.images .img {
		float: left;
		background: #C9DDEB;
		padding: 2px;
		border: 1px solid #7BA0B6;
	}
	
	.projects dd p.images img {
		/*filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		*/
		
		width: 200px;
	}
	
	.projects dd p.images .img ins {
		text-decoration: none;
		font-weight: bolder;
	}
	
	.projects dd p.images .img:hover img {
		/*filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		*/
		/*cursor: move;*/
	}

	.projects dd a.prev, .projects dd a.next {
		float: left;
		width: 17px;
		height: 25px;
		margin: 1px;
		margin-top: 30px;
	}
	
	.projects dd a.prev span, .projects dd a.next span {
		visibility: hidden;
	}
	
	.projects dd a.prev {
		background: url( '../images/arrow_left_yellow.png' ) no-repeat center;
	}
	
	.projects dd a.next {
		background: url( '../images/arrow_right_yellow.png' ) no-repeat center;
	}